aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJeremy Bowman <jbowman@safaribooksonline.com>2016-03-18 16:46:31 -0400
committerBen Sturmfels <ben@sturm.com.au>2020-05-13 13:55:00 +1000
commit85107918b5481f0d47e6409a3bbdcaf8789aaba4 (patch)
treeacf293ec9ceaf07d1246cd4c4effbc7f48b5c733 /.gitignore
parent5224d700dde21342535e0e79b3c521dd447aed21 (diff)
downloadmediagoblin-85107918b5481f0d47e6409a3bbdcaf8789aaba4.tar.lz
mediagoblin-85107918b5481f0d47e6409a3bbdcaf8789aaba4.tar.xz
mediagoblin-85107918b5481f0d47e6409a3bbdcaf8789aaba4.zip
Fix Mac dev setup issues [#5442].
A trailing slash in devtools/compile_translations.sh caused that script to fail because the parameter to pybabel's -l option ended up blank instead of containing the language code. A few files and directories were missing from .gitignore and hence wound up in the list of local changes to be committed.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 63c47d4d..8ffffa51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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