Fix .gitignore for some wildcards.
authorPeter Johnson <peter@tortall.net>
Sun, 4 Sep 2011 04:18:34 +0000 (21:18 -0700)
committerPeter Johnson <peter@tortall.net>
Sun, 4 Sep 2011 04:18:34 +0000 (21:18 -0700)
.gitignore

index 7ca446ded0c29c8b9a4d84355132aac3b29e60c6..5cb5fefc7690db8ca2b5b50e4629b03e00c9bedc 100644 (file)
@@ -1,6 +1,5 @@
 autom4te.cache
 stamp-h*
-config.*
 libyasm-stdint.h
 nasm-token.c
 nasm-macros.c
@@ -28,7 +27,7 @@ version.mac
 configure
 configure.scan
 configure.lineno
-config.*
+./config.*
 aclocal.m4
 *.tar.gz
 *.la
@@ -42,7 +41,7 @@ libtool
 *.bbg
 *.da
 results
-Makefile
+./Makefile
 Makefile.in
 .*.swp
 python-setup.txt
@@ -65,5 +64,5 @@ win64-nasm.c
 YASM-VERSION-FILE
 YASM-VERSION.h
 .sw*
-*.s
-*.asm
+./*.s
+./*.asm