From: Mike Frysinger Date: Thu, 18 Nov 2010 10:37:47 +0000 (-0500) Subject: .gitignore: ignore more patch related files X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a417003749a4a9c9a4c6a78b7b962f79f1003278;p=buildroot.git .gitignore: ignore more patch related files 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 Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/.gitignore b/.gitignore index 18588e86ca..685a9c27f3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,8 @@ /.config *.depend *.o +/*.patch +/*.diff *.orig +*.rej *~