]> granicus.if.org Git - libass/commitdiff
Clean up and improve .gitignore
authorYouka <spanknebel.borken@t-online.de>
Fri, 7 Nov 2014 16:03:22 +0000 (17:03 +0100)
committerOleg Oshmyan <chortos@inbox.lv>
Thu, 13 Nov 2014 22:34:36 +0000 (23:34 +0100)
Add * suffix to executable names for the sake of Windows,
where they get .exe extension automatically appended.

.gitignore

index 8df5344603ca89169d207226e32590a38aa9b966..1f6ecff6f090197b0d166d50b4b46d43f2c8c216 100644 (file)
@@ -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