Ignore __pycache__ directory (#16836)
This commit is contained in:
parent
0fb671a19e
commit
a02fc8ae58
1 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
||||||
/var/spack/environments
|
/var/spack/environments
|
||||||
/var/spack/repos/*/index.yaml
|
/var/spack/repos/*/index.yaml
|
||||||
/var/spack/repos/*/lock
|
/var/spack/repos/*/lock
|
||||||
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
/opt
|
/opt
|
||||||
*~
|
*~
|
||||||
|
|
Loading…
Reference in a new issue