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
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Python cache
|
||||||
|
__pycache__
|
||||||
|
*.pyc
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user