Add .gitignore with python cache files
Prevents Vulkan-Headers from complaining about untracked files when used as a submodule
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Python cache
|
||||
__pycache__
|
||||
*.pyc
|
||||
|
||||
Reference in New Issue
Block a user