[Buildroot] [PATCH] ignore more patch related files

Mike Frysinger vapier at gentoo.org
Thu Nov 18 10:37:47 UTC 2010


Patches shouldn't be committed to the top level, and that is where
`git format-patch` typically operates, so ignore that stuff.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 .gitignore |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 18588e8..685a9c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,5 +7,8 @@
 /.config
 *.depend
 *.o
+/*.patch
+/*.diff
 *.orig
+*.rej
 *~
-- 
1.7.3.2




More information about the buildroot mailing list