diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-05-28 20:27:22 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-08-08 21:04:23 -0700 |
commit | faa0a0e4c3a6e1bdfc68b97b3158c8cc14356e5d (patch) | |
tree | f1b024b44be4e7202a25c9ac6c13317b67edfe23 /.gitignore | |
parent | cf2f902b82a3080243eae58ca728b55189108c10 (diff) | |
download | spack-faa0a0e4c3a6e1bdfc68b97b3158c8cc14356e5d.tar.gz spack-faa0a0e4c3a6e1bdfc68b97b3158c8cc14356e5d.tar.bz2 spack-faa0a0e4c3a6e1bdfc68b97b3158c8cc14356e5d.tar.xz spack-faa0a0e4c3a6e1bdfc68b97b3158c8cc14356e5d.zip |
Add a ProviderIndex cache.
- Spack will check if the index needs updating, and will only parse
all package files if it does.
- Spack tries to parse as few package files as necessary.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 960b5b0035..b1215f0c7e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ /var/spack/stage /var/spack/cache +/var/spack/repos/*/index.yaml +/var/spack/repos/*/lock *.pyc /opt *~ |