[PATCH] gitignore: ignore .orig and .patch files
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Wed Aug 4 02:15:33 EDT 2010
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at 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
More information about the barebox
mailing list