From 6fdfcabb95ddc0f94551eb38ee6e6dcfcdd6301f Mon Sep 17 00:00:00 2001 From: Youka Date: Fri, 7 Nov 2014 17:03:22 +0100 Subject: Clean up and improve .gitignore Add * suffix to executable names for the sake of Windows, where they get .exe extension automatically appended. --- .gitignore | 27 ++++++++++++++++++++++----- 1 file 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 -- cgit v1.2.3