Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitignore: add two generated files in purgatory
@ 2017-02-10 22:20 Eric DeVolder
  2017-02-13 22:46 ` Daniel Kiper
  0 siblings, 1 reply; 3+ messages in thread
From: Eric DeVolder @ 2017-02-10 22:20 UTC (permalink / raw)
  To: horms, kexec, andrew.cooper3; +Cc: daniel.kiper, konrad.wilk

This patch adds the two generated files below to .gitignore.

purgatory/purgatory.map
purgatory/purgatory.ro.sym

Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 81e03ab..1ab52d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,5 @@
 /configure
 /include/config.h.in
 /include/config.h
+/purgatory/purgatory.map
+/purgatory/purgatory.ro.sym
-- 
2.7.4


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

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

end of thread, other threads:[~2017-03-06  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-10 22:20 [PATCH] gitignore: add two generated files in purgatory Eric DeVolder
2017-02-13 22:46 ` Daniel Kiper
2017-03-06  8:38   ` Simon Horman

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