diff options
author | Mike Schuchardt <mikes@lunarg.com> | 2018-05-22 16:23:37 -0600 |
---|---|---|
committer | Mike Schuchardt <mikes@lunarg.com> | 2018-05-22 16:27:19 -0600 |
commit | a901a3edf256c1a1441433e77feac919fb8e5ed6 (patch) | |
tree | 53d9e5cd8798c4d6c16d0a8c9a409938c82a67d8 | |
parent | 6bebd0015b5006602f9f916ca1bc4b9a78f06df8 (diff) | |
download | Vulkan-Headers-a901a3edf256c1a1441433e77feac919fb8e5ed6.tar.gz Vulkan-Headers-a901a3edf256c1a1441433e77feac919fb8e5ed6.tar.bz2 Vulkan-Headers-a901a3edf256c1a1441433e77feac919fb8e5ed6.zip |
Add .gitignore with python cache files
Prevents Vulkan-Headers from complaining about untracked files when used
as a submodule
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4e1519 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Python cache +__pycache__ +*.pyc + |