Add .gitignore with python cache files
Prevents Vulkan-Headers from complaining about untracked files when used as a submodule
This commit is contained in:
parent
6bebd0015b
commit
a901a3edf2
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Python cache
|
||||||
|
__pycache__
|
||||||
|
*.pyc
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue