diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-07-19 17:10:17 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-07-19 17:10:17 -0700 |
commit | 26480f14f901da087efbac263835c8767eaea23a (patch) | |
tree | 7f48f8c0a7289f03d6b80d0245bd1f93f8bead67 /.gitignore | |
parent | a64a2e72cf361923b8a2e00a5b3ed87cb5d59bd2 (diff) | |
download | spack-26480f14f901da087efbac263835c8767eaea23a.tar.gz spack-26480f14f901da087efbac263835c8767eaea23a.tar.bz2 spack-26480f14f901da087efbac263835c8767eaea23a.tar.xz spack-26480f14f901da087efbac263835c8767eaea23a.zip |
Add "default" configuration scope.
- Default scope is versioned with spack and can be overridden by site
or user config.
- Default scope provides sensible default concretization preferences
for all of Spack.
- per-platform concretization scope can be added later (to force a
particular MPI on, e.g., Cray systems)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index bfc6172a4e..1d4d24aa52 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ *~ .DS_Store .idea -/etc/spack/* +/etc/spack/*.yaml /etc/spackconfig /share/spack/dotkit /share/spack/modules |