Improved gitignores for patch submitting

In order to ease the patch submitting process, *.patch was added as per
Linux kernel's .gitignore. Test cache directory was also added in its
own gitignore (as per kernel's recommendation on .gitignore location).
This commit is contained in:
Romain Porte 2017-11-11 19:02:12 +01:00 committed by Boris Bobrov
parent 8b48db61d1
commit da7c027f1c
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -50,6 +50,7 @@
*~
*.swp
*.mo
*.patch
# The legacy of buildout
.installed.cfg

1
mediagoblin/tests/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.cache