diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-08-16 22:22:34 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-08-16 22:22:53 -0700 |
commit | 22bec329c1824ecd3271fffcef9ff793363ba93d (patch) | |
tree | ee94a4cb877ee415fefc31575f960f327021d54a /.gitignore | |
parent | 776560f8ce9f464548cc116117c6a58b686448ff (diff) | |
download | spack-22bec329c1824ecd3271fffcef9ff793363ba93d.tar.gz spack-22bec329c1824ecd3271fffcef9ff793363ba93d.tar.bz2 spack-22bec329c1824ecd3271fffcef9ff793363ba93d.tar.xz spack-22bec329c1824ecd3271fffcef9ff793363ba93d.zip |
Bugfixes, more consolidation of modules code.
- specific module classes use __metaclass__ to register themselves.
- bugfixes in module writing.
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 |