diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-09-17 10:37:08 +0200 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2013-09-19 13:54:04 -0700 |
commit | c9fb3b1a63169a5c3c7c35c98c40492833428a8a (patch) | |
tree | d6a8f37cdbf07f9a72168d57e4fd9e55fa71ed25 /.gitignore | |
parent | 6f8758a0b492016a7189a814f6c3d1525c6d3dcd (diff) | |
download | kexec-tools-c9fb3b1a63169a5c3c7c35c98c40492833428a8a.tar.gz |
.gitignore: Only ignore generated autotools files in the top directory
E.g. all other Makefiles are handmade, but git complains when adding a
new kexec/arch/*/Makefile file.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -8,12 +8,12 @@ *.ro # generated files -Makefile -autom4te.cache/ -bin/ -build/ -config.log -config.status -configure -include/config.h.in -include/config.h +/Makefile +/autom4te.cache/ +/bin/ +/build/ +/config.log +/config.status +/configure +/include/config.h.in +/include/config.h |