diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-06-17 19:23:14 -0500 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-06-22 12:50:13 -0700 |
commit | c8414a8a40d73e7c93b3a0f3d84d5141246f518c (patch) | |
tree | 0f323e82a71a21a0ed255fd9eeff087420df32a2 /.gitignore | |
parent | 042a4730e345ac0ee58a43bfedd11a7d32efb490 (diff) | |
download | spack-c8414a8a40d73e7c93b3a0f3d84d5141246f518c.tar.gz spack-c8414a8a40d73e7c93b3a0f3d84d5141246f518c.tar.bz2 spack-c8414a8a40d73e7c93b3a0f3d84d5141246f518c.tar.xz spack-c8414a8a40d73e7c93b3a0f3d84d5141246f518c.zip |
Add support for configuration files. Fix SPACK-24.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7010bf7ede..ed2012d208 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ *~ .DS_Store .idea +/etc/spackconfig |