Improved gitignores for patch submitting
authorRomain Porte <microjoe@microjoe.org>
Sat, 11 Nov 2017 18:02:12 +0000 (19:02 +0100)
committerBoris Bobrov <breton@cynicmansion.ru>
Sat, 11 Nov 2017 21:07:47 +0000 (00:07 +0300)
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).

.gitignore
mediagoblin/tests/.gitignore [new file with mode: 0644]

index c4a1497f20ec4cb8ed2286c730ce8ca73fe2e949..4eb61d664fb3a52a4b90ae829af37a39809ef5c5 100644 (file)
@@ -50,6 +50,7 @@
 *~
 *.swp
 *.mo
+*.patch
 
 # The legacy of buildout
 .installed.cfg
diff --git a/mediagoblin/tests/.gitignore b/mediagoblin/tests/.gitignore
new file mode 100644 (file)
index 0000000..16d3c4d
--- /dev/null
@@ -0,0 +1 @@
+.cache