diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -42,6 +42,7 @@ /aclocal.m4 # Tests +/mediagoblin/tests/.cache/ /mediagoblin/tests/user_dev/ # File extensions @@ -65,3 +66,7 @@ venv* /extlib/tinymce/ /extlib/video.js/ /extlib/videojs-resolution-switcher + +# Mac files +.DS_Store +.Python |