.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:
parent
c4494d7289
commit
a417003749
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,5 +7,8 @@
|
|||||||
/.config
|
/.config
|
||||||
*.depend
|
*.depend
|
||||||
*.o
|
*.o
|
||||||
|
/*.patch
|
||||||
|
/*.diff
|
||||||
*.orig
|
*.orig
|
||||||
|
*.rej
|
||||||
*~
|
*~
|
||||||
|
Loading…
Reference in New Issue
Block a user