Merge pull request #1273 from mathstuf/opt-ignore
gitignore: don't require opt to be a directory
This commit is contained in:
commit
06f57a31c1
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
|||
/var/spack/stage
|
||||
/var/spack/cache
|
||||
*.pyc
|
||||
/opt/
|
||||
/opt
|
||||
*~
|
||||
.DS_Store
|
||||
.idea
|
||||
|
|
Loading…
Reference in a new issue