[PATCH 02/10] Add quilt files to .gitignore
David Gibson
david at gibson.dropbear.id.au
Fri Feb 3 16:12:01 EST 2012
For the benefit of quilt users (such as myself, sometimes) have git
ignore the quilt control and patches files.
Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
.gitignore | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 5074980..7cabc49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,5 @@ lex.yy.c
/version_gen.h
/fdtget
/fdtput
+/patches
+/.pc
--
1.7.8.3
More information about the devicetree-discuss
mailing list