diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2020-03-13 03:39:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-13 09:39:34 +0100 |
commit | d1bf433d199419a275306e636b930ceabab82538 (patch) | |
tree | 5a58fc377fa8c1904787340183aaec81f970ae9f /.gitignore | |
parent | 7ddd84ac147e779a9836f5f83b87f9657b9ea012 (diff) | |
download | spack-d1bf433d199419a275306e636b930ceabab82538.tar.gz spack-d1bf433d199419a275306e636b930ceabab82538.tar.bz2 spack-d1bf433d199419a275306e636b930ceabab82538.tar.xz spack-d1bf433d199419a275306e636b930ceabab82538.zip |
gitignore: pytest cache directory (#15476)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0c79893369..da05b2bcf0 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ .coverage \#* .#* +.cache lib/spack/spack/test/.cache /bin/spackc *.in.log |