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.
This commit is contained in:
Jeremy Bowman
2016-03-18 16:46:31 -04:00
committed by Ben Sturmfels
parent 5224d700dd
commit 85107918b5
3 changed files with 7 additions and 1 deletions

5
.gitignore vendored
View File

@@ -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