Commit a4170037 authored by Mike Frysinger's avatar Mike Frysinger Committed by Peter Korsgaard
Browse files

.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: default avatarMike Frysinger <vapier@gentoo.org>
Acked-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent c4494d72
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,5 +7,8 @@
/.config
*.depend
*.o
/*.patch
/*.diff
*.orig
*.rej
*~