diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-09-28 00:10:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-28 00:10:14 -0400 |
commit | 78f4081bc96afdf595336d66a1b3c67d014a27b1 (patch) | |
tree | 52ba6f8b1ecf6d3f3c82a0449d5f3980f98227e5 /.gitignore | |
parent | 9b575dd976f066264cd7803c5299046101f6ebd4 (diff) | |
parent | 05d52752fff1a6435f9173a2e1a6c6ab45232c3c (diff) | |
download | spack-78f4081bc96afdf595336d66a1b3c67d014a27b1.tar.gz spack-78f4081bc96afdf595336d66a1b3c67d014a27b1.tar.bz2 spack-78f4081bc96afdf595336d66a1b3c67d014a27b1.tar.xz spack-78f4081bc96afdf595336d66a1b3c67d014a27b1.zip |
Merge pull request #1862 from LLNL/features/graph-improvements
spack graph improvements
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 072bf30c07..e6200a0676 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/db /var/spack/stage /var/spack/cache /var/spack/repos/*/index.yaml |