Merge pull request #1762 from hugovk/ignore-.pytest_cache

Ignore .pytest_cache
This commit is contained in:
Randall Leeds 2018-05-06 20:00:41 -07:00 committed by GitHub
commit 587dc630cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
.gitignore vendored
View File

@ -1,16 +1,17 @@
*.pyc
__pycache__
MANIFEST
build
dist
setuptools-*
*.so
*.egg
*.egg-info
nohup.out
*.pyc
*.so
.coverage
.pytest_cache
.tox
__pycache__
build
coverage.xml
dist
examples/frameworks/django/testing/testdb.sql
examples/frameworks/pylonstest/PasteScript*
examples/frameworks/pylonstest/pylonstest.egg-info/
examples/frameworks/django/testing/testdb.sql
.tox
MANIFEST
nohup.out
setuptools-*