* [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
* Re: [PATCH] gitignore: add two generated files in purgatory
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
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Kiper @ 2017-02-13 22:46 UTC (permalink / raw)
To: Eric DeVolder; +Cc: andrew.cooper3, horms, kexec, konrad.wilk
On Fri, Feb 10, 2017 at 04:20:05PM -0600, Eric DeVolder wrote:
> This patch adds the two generated files below to .gitignore.
Next time please add why it is needed. One sentence explanation is sufficient.
> purgatory/purgatory.map
> purgatory/purgatory.ro.sym
>
> Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
Otherwise:
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Daniel
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gitignore: add two generated files in purgatory
2017-02-13 22:46 ` Daniel Kiper
@ 2017-03-06 8:38 ` Simon Horman
0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2017-03-06 8:38 UTC (permalink / raw)
To: Daniel Kiper; +Cc: andrew.cooper3, Eric DeVolder, kexec, konrad.wilk
On Mon, Feb 13, 2017 at 11:46:18PM +0100, Daniel Kiper wrote:
> On Fri, Feb 10, 2017 at 04:20:05PM -0600, Eric DeVolder wrote:
> > This patch adds the two generated files below to .gitignore.
>
> Next time please add why it is needed. One sentence explanation is sufficient.
>
> > purgatory/purgatory.map
> > purgatory/purgatory.ro.sym
> >
> > Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
>
> Otherwise:
>
> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Thanks, applied.
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [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