diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-07-18 10:44:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-18 10:44:16 -0700 |
commit | 06f57a31c145792b1b4208c0452a60e823021236 (patch) | |
tree | f3561900eea1bb86939babe803cf7da8c12fb40d | |
parent | b3789a469317ccb0fbbe73d6ab1f883be41a35ab (diff) | |
parent | 2b4d2b8748669ad5a2c45d2024d265f12071c441 (diff) | |
download | spack-06f57a31c145792b1b4208c0452a60e823021236.tar.gz spack-06f57a31c145792b1b4208c0452a60e823021236.tar.bz2 spack-06f57a31c145792b1b4208c0452a60e823021236.tar.xz spack-06f57a31c145792b1b4208c0452a60e823021236.zip |
Merge pull request #1273 from mathstuf/opt-ignore
gitignore: don't require opt to be a directory
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 040df3eafd..bfc6172a4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ /var/spack/stage /var/spack/cache *.pyc -/opt/ +/opt *~ .DS_Store .idea |