]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Ignore .*cache, to ignore .pytest_cache 581/head
authorAarni Koskela <akx@iki.fi>
Mon, 28 May 2018 13:32:54 +0000 (16:32 +0300)
committerAarni Koskela <akx@iki.fi>
Mon, 28 May 2018 13:32:54 +0000 (16:32 +0300)
.gitignore

index e15875ba034afcffd6a036b35852e3321e0e0d1c..50e5838f6d804814573b98c77e616979254d3dd3 100644 (file)
@@ -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