Add .gitignore with python cache files
authorMike Schuchardt <mikes@lunarg.com>
Tue, 22 May 2018 22:23:37 +0000 (16:23 -0600)
committerMike 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]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..c4e1519
--- /dev/null
@@ -0,0 +1,4 @@
+# Python cache
+__pycache__
+*.pyc
+