public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/4] .gitignore: Only ignore generated autotools files in the top directory
@ 2013-09-17  8:37 Geert Uytterhoeven
  2013-09-17  8:37 ` [PATCH 2/4] kexec: Fix cris/superh comment mixups Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2013-09-17  8:37 UTC (permalink / raw)
  To: Simon Horman; +Cc: Geert Uytterhoeven, kexec

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>
---
 .gitignore |   18 +++++++++---------
 1 file 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
-- 
1.7.9.5


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-09-19 23:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-17  8:37 [PATCH 1/4] .gitignore: Only ignore generated autotools files in the top directory Geert Uytterhoeven
2013-09-17  8:37 ` [PATCH 2/4] kexec: Fix cris/superh comment mixups Geert Uytterhoeven
2013-09-19 20:55   ` Simon Horman
2013-09-17  8:37 ` [PATCH 3/4] cris: is_crashkernel_mem_reserved() should return 0 Geert Uytterhoeven
2013-09-19 20:55   ` Simon Horman
2013-09-17  8:37 ` [PATCH 4/4] kexec/kexec.c: Prefix hex numbers by 0x Geert Uytterhoeven
2013-09-19 20:56   ` Simon Horman
2013-09-19 20:54 ` [PATCH 1/4] .gitignore: Only ignore generated autotools files in the top directory Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox