gitignore: don't require opt to be a directory

I use a symlink to make it easy to swap out.
This commit is contained in:
Ben Boeckel 2016-07-18 11:39:26 -04:00
parent b3789a4693
commit 2b4d2b8748

2
.gitignore vendored
View file

@ -1,7 +1,7 @@
/var/spack/stage /var/spack/stage
/var/spack/cache /var/spack/cache
*.pyc *.pyc
/opt/ /opt
*~ *~
.DS_Store .DS_Store
.idea .idea