gitignore: only ignore build system files in the top directory
authorJan Engelhardt <jengelh@medozas.de>
Tue, 20 Dec 2011 15:27:07 +0000 (16:27 +0100)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 20 Dec 2011 15:48:44 +0000 (13:48 -0200)
.gitignore

index c3dfe0a..1a15de1 100644 (file)
@@ -5,16 +5,18 @@
 .libs/
 Makefile
 Makefile.in
-aclocal.m4
-autom4te.cache/
-build-aux/
-config.h
-config.h.in
-config.log
-config.status
-configure
-libtool
-stamp-h1
+
+/aclocal.m4
+/autom4te.cache/
+/build-aux/
+/config.h
+/config.h.in
+/config.log
+/config.status
+/configure
+/libtool
+/stamp-h1
+
 *~
 .*.swp
 cscope.out