summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYiwei Zhang <zzyiwei@google.com>2019-07-10 16:49:11 -0700
committerYiwei Zhang <zzyiwei@google.com>2019-07-10 16:53:12 -0700
commit331130563b9b4ef6424a36bd7b284a5b33f313e7 (patch)
tree34bdf69b34e6f3a7108c8344d6820de3cbdf6dcb /.gitignore
parentb4db9d8692a812b929b5dc9e18b66ad930916072 (diff)
downloadnative-331130563b9b4ef6424a36bd7b284a5b33f313e7.tar.gz
Vulkan: make framework gen script executable
Also adds the .gitignore file to ignore the auto generated .pyc files. Bug: 134711355 Test: build, flash and boot. Change-Id: I68621c4af73c422c9f42c92822fc4a1daf89a451
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..0d20b6487c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.pyc