Add pytest_cache to .gitignore

The newest version of pytest creates a pytest_cache directory.
Ignore that.

Change-Id: Ibfe1a307e1aa58abc77ad229836224bcb6ac15db
This commit is contained in:
David Moreau Simard 2018-02-04 10:13:04 -05:00
parent 9b962c5dcb
commit 75ba870f3c
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
**ansible.sqlite
*.pyc
__pycache__/
.pytest_cache/
_build/
build/
*.egg*