mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] gitignore: ignore .orig and .patch files
@ 2010-08-04  6:15 Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; only message in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2010-08-04  6:15 UTC (permalink / raw)
  To: barebox

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 .gitignore |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6f04601..3577153 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,7 @@
 *.symtypes
 *.elf
 *.mcp
+*.orig
 
 #
 # Top-level generic files
@@ -59,3 +60,6 @@ series
 
 # cscope files
 cscope.*
+
+# patches
+*.patch
-- 
1.7.1


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-04  6:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-04  6:15 [PATCH] gitignore: ignore .orig and .patch files Jean-Christophe PLAGNIOL-VILLARD

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