summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYouka <spanknebel.borken@t-online.de>2014-11-07 17:03:22 +0100
committerOleg Oshmyan <chortos@inbox.lv>2014-11-13 23:34:36 +0100
commit6fdfcabb95ddc0f94551eb38ee6e6dcfcdd6301f (patch)
tree9fba56b1be718f98f42920fe575304ca06517fbe
parent93927f5ae2cc9dbc65a36ab0b85209962bec995d (diff)
downloadlibass-6fdfcabb95ddc0f94551eb38ee6e6dcfcdd6301f.tar.bz2
libass-6fdfcabb95ddc0f94551eb38ee6e6dcfcdd6301f.tar.xz
Clean up and improve .gitignore
Add * suffix to executable names for the sake of Windows, where they get .exe extension automatically appended.
-rw-r--r--.gitignore27
1 files changed, 22 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 8df5344..1f6ecff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,21 +1,38 @@
+# Compilation outputs
*.o
*.lo
*.la
+
+# Temporaries
.deps
.libs
+.dirstamp
+
+# Makefiles
Makefile
Makefile.in
+
+# Configuration
/config.*
-/test/test
-/stamp-h1
/configure
+/stamp-h1
+
+# Test programs
+/test/test*
+/profile/profile*
+
+# pkgconfig
+/libass.pc
+
+# Compilation support
+/depcomp
+/compile
+
+# Autoconf files
/aclocal.m4
/autom4te.cache
-/depcomp
/install-sh
/libtool
/ltmain.sh
/missing
-/compile
-/libass.pc
/m4