summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2015-12-25 14:00:33 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2015-12-25 14:00:33 -0800
commit34401cf0c3ee019fd6b8fb739e2a511c6de0870c (patch)
tree2fb72f0e96e0fd16d71b2b157d8df533fd8cbe77 /.gitignore
parentcc349e9a32edcada79ada4b6c3cc71034cff7974 (diff)
downloadspack-34401cf0c3ee019fd6b8fb739e2a511c6de0870c.tar.gz
spack-34401cf0c3ee019fd6b8fb739e2a511c6de0870c.tar.bz2
spack-34401cf0c3ee019fd6b8fb739e2a511c6de0870c.tar.xz
spack-34401cf0c3ee019fd6b8fb739e2a511c6de0870c.zip
Rework Spack config: keep user & site config in memory.
- User and site config are now kept separately in memory. - Merging is done on demand when client code requests the configuration. - Allows user/site config to be updated independently of each other by commands. - simplifies config logic (no more tracking merged files)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1c6ca4c99e..4b97de5d50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/etc/spackconfig
/share/spack/dotkit
/share/spack/modules
+/TAGS