diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | mediagoblin/tests/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 index 00000000..16d3c4db --- /dev/null +++ b/mediagoblin/tests/.gitignore @@ -0,0 +1 @@ +.cache |