diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-06-29 01:41:55 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-06-29 01:41:55 -0700 |
commit | c99663211379389f416c5ba50a759555e2b1f9ec (patch) | |
tree | 7f104404cddd8e310c19643cde5878a56ec4b52c /.gitignore | |
parent | bc1320d83a7822bf0c7cf738d34d986690691ae4 (diff) | |
download | spack-c99663211379389f416c5ba50a759555e2b1f9ec.tar.gz spack-c99663211379389f416c5ba50a759555e2b1f9ec.tar.bz2 spack-c99663211379389f416c5ba50a759555e2b1f9ec.tar.xz spack-c99663211379389f416c5ba50a759555e2b1f9ec.zip |
Add spack purge --cache to purge local archive cache.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 643e5d9b03..040df3eafd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /var/spack/stage +/var/spack/cache *.pyc /opt/ *~ |