diff options
author | George Todd Gamblin <gamblin2@llnl.gov> | 2014-08-18 23:11:02 -0700 |
---|---|---|
committer | George Todd Gamblin <gamblin2@llnl.gov> | 2014-08-18 23:11:02 -0700 |
commit | 42e27d04c17b8f011a1882bb45f899187c8ffa59 (patch) | |
tree | 39c23e96c4782a252962a004e9946dec3e493327 /.gitignore | |
parent | 884a4fecd18eb983ae02ead366d638a735e5170b (diff) | |
parent | b601fd08caf21b5fc11e6998a5ebd20a04ac57ad (diff) | |
download | spack-42e27d04c17b8f011a1882bb45f899187c8ffa59.tar.gz spack-42e27d04c17b8f011a1882bb45f899187c8ffa59.tar.bz2 spack-42e27d04c17b8f011a1882bb45f899187c8ffa59.tar.xz spack-42e27d04c17b8f011a1882bb45f899187c8ffa59.zip |
Merge pull request #19 in SCALE/spack from features/modules to develop
# By Todd Gamblin (4) and David Beckingsale (2)
# Via Todd Gamblin
* commit 'b601fd08caf21b5fc11e6998a5ebd20a04ac57ad':
Bugfixes for csh environment modules.
Bugfixes, more consolidation of modules code.
Add csh/tcsh support for modules
Consolidate most module code into spack.modules and spack.cmd.module
Fixed up module support
Added inital module support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d6e0d3e60c..828fb04e7d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ .idea /etc/spackconfig /share/spack/dotkit +/share/spack/modules |