From 85107918b5481f0d47e6409a3bbdcaf8789aaba4 Mon Sep 17 00:00:00 2001 From: Jeremy Bowman Date: Fri, 18 Mar 2016 16:46:31 -0400 Subject: 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. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3