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:
parent
8b48db61d1
commit
da7c027f1c
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,6 +50,7 @@
|
|||||||
*~
|
*~
|
||||||
*.swp
|
*.swp
|
||||||
*.mo
|
*.mo
|
||||||
|
*.patch
|
||||||
|
|
||||||
# The legacy of buildout
|
# The legacy of buildout
|
||||||
.installed.cfg
|
.installed.cfg
|
||||||
|
1
mediagoblin/tests/.gitignore
vendored
Normal file
1
mediagoblin/tests/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.cache
|
Loading…
x
Reference in New Issue
Block a user