[PATCH 3/8] .gitignore: Add rule for *.patch
Simon Glass
sjg at chromium.org
Tue Jan 22 07:59:17 EST 2013
Ignore any patch files that we find, since these are likely to be
used when sending patches upstream.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 7cabc49..545b899 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.o
*.d
*.a
+*.patch
*.so
*~
*.tab.[ch]
--
1.7.7.3
More information about the devicetree-discuss
mailing list