Browse Source

.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 <vapier@gentoo.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Mike Frysinger 14 years ago
parent
commit
a417003749
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -7,5 +7,8 @@
 /.config
 *.depend
 *.o
+/*.patch
+/*.diff
 *.orig
+*.rej
 *~