.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>
This commit is contained in:
Mike Frysinger 2010-11-18 05:37:47 -05:00 committed by Peter Korsgaard
parent c4494d7289
commit a417003749

3
.gitignore vendored
View File

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