projects
/
platform
/
upstream
/
Vulkan-Headers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bebd00
)
Add .gitignore with python cache files
author
Mike Schuchardt
<mikes@lunarg.com>
Tue, 22 May 2018 22:23:37 +0000
(16:23 -0600)
committer
Mike Schuchardt
<mikes@lunarg.com>
Tue, 22 May 2018 22:27:19 +0000
(16:27 -0600)
Prevents Vulkan-Headers from complaining about untracked files when used
as a submodule
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
c4e1519
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,4
@@
+# Python cache
+__pycache__
+*.pyc
+