diff options
author | Jeremy Bowman <jbowman@safaribooksonline.com> | 2016-03-18 16:46:31 -0400 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2020-05-13 13:55:00 +1000 |
commit | 85107918b5481f0d47e6409a3bbdcaf8789aaba4 (patch) | |
tree | acf293ec9ceaf07d1246cd4c4effbc7f48b5c733 /.gitignore | |
parent | 5224d700dde21342535e0e79b3c521dd447aed21 (diff) | |
download | mediagoblin-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-- | .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 |