Merge pull request #552 from christianpaquin/cp-add-cache-dir-to-gitignore

Added .cache to .gitignore.
This commit is contained in:
Douglas Stebila 2019-09-25 16:09:59 -04:00 committed by GitHub
commit ad1b44454d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -115,6 +115,7 @@ src/oqsconfig.h
__pycache__
test-results
.pytest_cache
.cache
# IDEs
.idea