diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2013-02-13 17:50:44 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2013-02-13 17:50:44 -0800 |
commit | cc76c0f5f9f8021cfb7423a226bd431c00d791ce (patch) | |
tree | 44bdf9954ab913a17ca3bd01ec6042fb34a18694 /.gitignore | |
download | spack-cc76c0f5f9f8021cfb7423a226bd431c00d791ce.tar.gz spack-cc76c0f5f9f8021cfb7423a226bd431c00d791ce.tar.bz2 spack-cc76c0f5f9f8021cfb7423a226bd431c00d791ce.tar.xz spack-cc76c0f5f9f8021cfb7423a226bd431c00d791ce.zip |
Initial version of spack with one package: cmake
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..5527bf8f05 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.pyc +/opt/ +/var/ +*~ |