All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitignore: Don't ignore *.rej
@ 2015-08-12  9:07 Ian Campbell
  2015-08-12  9:19 ` Jan Beulich
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ian Campbell @ 2015-08-12  9:07 UTC (permalink / raw)
  To: xen-devel; +Cc: Daniel Kiper, ian.jackson, Ian Campbell, jbeulich

These indicate a patch application went wrong, I want to see them in
"git status". This appears to have been imported from .hgignore where
it has been since 2005.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Daniel Kiper <daniel.kiper@oracle.com>
---
Spotted while accidentally reviewing Daniel's patch against grub's
.gitignore.
---
 .gitignore | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index bccbd12..dafa3c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
 .hg
 *.orig
-*.rej
 *~
 *.swp
 *.o
-- 
2.1.4

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

end of thread, other threads:[~2015-08-13 10:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12  9:07 [PATCH] gitignore: Don't ignore *.rej Ian Campbell
2015-08-12  9:19 ` Jan Beulich
2015-08-12 14:31 ` Konrad Rzeszutek Wilk
2015-08-12 15:21   ` Ian Jackson
2015-08-13 10:32     ` Ian Campbell
2015-08-12 18:09 ` Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.