From: Aarni Koskela Date: Mon, 28 May 2018 13:32:54 +0000 (+0300) Subject: Ignore .*cache, to ignore .pytest_cache X-Git-Tag: v2.6.0~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F581%2Fhead;p=thirdparty%2Fbabel.git Ignore .*cache, to ignore .pytest_cache --- diff --git a/.gitignore b/.gitignore index e15875ba..50e5838f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,22 @@ -*~ -*.swp -.idea -*.so -docs/_build +**/__pycache__ +*.egg +*.egg-info *.pyc *.pyo -*.egg-info -*.egg -build -dist +*.so +*.swp +*~ +.*cache .DS_Store +.idea .tox -.cache -test-env -**/__pycache__ +/venv* babel/global.dat babel/global.dat.json -tests/messages/data/project/i18n/long_messages.pot -tests/messages/data/project/i18n/temp* +build +dist +docs/_build +test-env tests/messages/data/project/i18n/en_US -/venv* \ No newline at end of file +tests/messages/data/project/i18n/long_messages.pot +tests/messages/data/project/i18n/temp* \ No newline at end of file