summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2014-09-01 09:27:08 +0800
committerChia-I Wu <olvaffe@gmail.com>2014-09-01 09:27:28 +0800
commit7cd9f2df5cc58eb8156b57f94f23e3785170f897 (patch)
treecc20873a3fea91a23623b36a41b3c1fd888aa9d3 /.gitignore
parent506bfb9b86405e99786c4818c38d97868060362f (diff)
downloadVulkan-Loader-7cd9f2df5cc58eb8156b57f94f23e3785170f897.tar.gz
Vulkan-Loader-7cd9f2df5cc58eb8156b57f94f23e3785170f897.tar.bz2
Vulkan-Loader-7cd9f2df5cc58eb8156b57f94f23e3785170f897.zip
add a top-level .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..07554343
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+CMakeCache.txt
+CMakeFiles/
+cmake_install.cmake
+Makefile
+__pycache__
+XGLConfig.h
+*.so
+*.so.*
+icd/common/icd-dispatch-entrypoints.c
+icd/common/icd-dispatch-table.h
+icd/intel/GitSHA1.c
+loader/dispatch.c
+tests/xgl_image_tests
+tests/xgl_render_tests
+tests/xglbase
+tests/xglinfo