From ef6ec179cbfccf4a9840b18ca1f111937c9ad689 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 1 Sep 2014 09:27:08 +0800 Subject: add a top-level .gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore 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 -- cgit v1.2.3