From a417003749a4a9c9a4c6a78b7b962f79f1003278 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 18 Nov 2010 05:37:47 -0500 Subject: .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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 18588e86c..685a9c27f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,8 @@ /.config *.depend *.o +/*.patch +/*.diff *.orig +*.rej *~ -- cgit v1.2.3