From: Mike Schuchardt Date: Tue, 22 May 2018 22:23:37 +0000 (-0600) Subject: Add .gitignore with python cache files X-Git-Tag: upstream/1.1.92~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a901a3edf256c1a1441433e77feac919fb8e5ed6;p=platform%2Fupstream%2FVulkan-Headers.git Add .gitignore with python cache files Prevents Vulkan-Headers from complaining about untracked files when used as a submodule --- 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 +