diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-09-27 23:32:18 -0400 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-09-27 23:49:41 -0400 |
commit | 05d52752fff1a6435f9173a2e1a6c6ab45232c3c (patch) | |
tree | 7d27e25df10c28bb64d0b2eb2f0e5bc110e38263 /.gitignore | |
parent | f082d26dddcd63af21a6f72cacba54c643cf26ff (diff) | |
download | spack-05d52752fff1a6435f9173a2e1a6c6ab45232c3c.tar.gz spack-05d52752fff1a6435f9173a2e1a6c6ab45232c3c.tar.bz2 spack-05d52752fff1a6435f9173a2e1a6c6ab45232c3c.tar.xz spack-05d52752fff1a6435f9173a2e1a6c6ab45232c3c.zip |
Make graph_ascii support deptypes.
- fix deptype support
- by default, graph command omits build depedencies
- update docs to use deptype args
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 |