[Buildroot] [git commit master 1/1] .gitignore: ignore more patch related files

Peter Korsgaard jacmet at sunsite.dk
Thu Nov 18 11:07:23 UTC 2010


commit: http://git.buildroot.net/buildroot/commit/?id=a417003749a4a9c9a4c6a78b7b962f79f1003278
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Acked-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 .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.1




More information about the buildroot mailing list