Add __pycache__ to gitignore (#11260)
This commit is contained in:
parent
019491bcbc
commit
a214324311
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -114,3 +114,5 @@ cmake-build-*
|
|||
/*.snap
|
||||
# doxygen autogen
|
||||
doc/doxygen/html
|
||||
# Python
|
||||
__pycache__
|
||||
|
|
|
|||
Loading…
Reference in a new issue