diff options
-rw-r--r-- | .gitignore | 16 |
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 |