mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86 generated files in gitignore
@ 2014-09-03  8:42 Matteo Croce
  2014-09-23 12:40 ` Michal Marek
  0 siblings, 1 reply; 4+ messages in thread
From: Matteo Croce @ 2014-09-03  8:42 UTC (permalink / raw)
  To: linux-kernel

add bin2c and purgatory in gitignore

Signed-off-by: Matteo Croce <matteo@openwrt.org>

--- a/arch/x86/.gitignore
+++ b/arch/x86/.gitignore
@@ -1,4 +1,5 @@
 boot/compressed/vmlinux
 tools/test_get_len
 tools/insn_sanity
-
+purgatory/kexec-purgatory.c
+purgatory/purgatory.ro
--- a/scripts/.gitignore
+++ b/scripts/.gitignore
@@ -10,3 +10,4 @@ recordmcount
 docproc
 sortextable
 asn1_compiler
+bin2c

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

end of thread, other threads:[~2014-09-23 13:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-03  8:42 [PATCH] x86 generated files in gitignore Matteo Croce
2014-09-23 12:40 ` Michal Marek
2014-09-23 12:57   ` Matteo Croce
2014-09-23 13:16     ` Michal Marek

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

Powered by JetHome