summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2014-04-25 14:41:37 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2014-04-25 14:41:37 -0700
commit3bbca9bd05b0032d170f3e86a594b68157a66472 (patch)
tree7934465364113819eca3573c107e990ac31c20a8 /.gitignore
parent15589754ecfee76ae6972eeebfe5d888172e5b9b (diff)
downloadspack-3bbca9bd05b0032d170f3e86a594b68157a66472.tar.gz
spack-3bbca9bd05b0032d170f3e86a594b68157a66472.tar.bz2
spack-3bbca9bd05b0032d170f3e86a594b68157a66472.tar.xz
spack-3bbca9bd05b0032d170f3e86a594b68157a66472.zip
Better version wildcard handling, better spidering
- Allow version wildcards to match [_-.] instead of the exact separators the version was constructed with. - Handles the fact that boost versions are written both 1.55.0 and 1_55_0. - Update spidering to handle parse errors and warn that Python < 2.7.3 has less robust HTML parsing abilities.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0e239fa0bb..7010bf7ede 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
+/var/spack/stage
*.pyc
/opt/
-/var/
*~
.DS_Store
.idea