summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-09-17 10:37:08 +0200
committerSimon Horman <horms@verge.net.au>2013-09-19 13:54:04 -0700
commitc9fb3b1a63169a5c3c7c35c98c40492833428a8a (patch)
treed6a8f37cdbf07f9a72168d57e4fd9e55fa71ed25 /.gitignore
parent6f8758a0b492016a7189a814f6c3d1525c6d3dcd (diff)
downloadkexec-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--.gitignore18
1 files changed, 9 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index f382a0a..81e03ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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