summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2018-01-19 13:31:17 +0200
committerAarni Koskela <akx@iki.fi>2018-01-19 14:33:57 +0200
commit7bfa3a51a20ddb9dd78e9587095a7986bfc716fb (patch)
treec7bf9d7dba8acb59325d1e666639c30476e7cd5a /.gitignore
parentd72eb13d027ae9f8813c335974a6c2198320161f (diff)
downloadbabel-7bfa3a51a20ddb9dd78e9587095a7986bfc716fb.tar.gz
Update py.test
* Add py.test's .cache to ignore * setup.cfg: Use [tool:pytest] instead of deprecated [pytest]
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d8f8bc1..e15875b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@ build
dist
.DS_Store
.tox
+.cache
test-env
**/__pycache__
babel/global.dat
@@ -18,4 +19,4 @@ babel/global.dat.json
tests/messages/data/project/i18n/long_messages.pot
tests/messages/data/project/i18n/temp*
tests/messages/data/project/i18n/en_US
-/venv*
+/venv* \ No newline at end of file