tests: add lib/spack/spack/test/.cache to gitignore for pytest

- this shoudl have been moved when we moved pytest.ini to lib/spack/spack/test
This commit is contained in:
Todd Gamblin 2018-06-29 18:03:57 -04:00
parent 2a27a37597
commit fe0fe1caa1

2
.gitignore vendored
View file

@ -21,7 +21,7 @@
.coverage
#*
.#*
/.cache
lib/spack/spack/test/.cache
/bin/spackc
*.in.log
*.out.log