mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
27 lines
435 B
Plaintext
27 lines
435 B
Plaintext
# Ignore build products
|
|
CMakeCache.txt
|
|
CMakeLists.txt.user
|
|
*CMakeFiles/
|
|
*Makefile
|
|
*cmake_install.cmake
|
|
*libopenxr_monado.so
|
|
CMakeDoxyfile.in
|
|
CMakeDoxygenDefaults.cmake
|
|
doc/Doxyfile
|
|
doc/html/
|
|
doc/latex/
|
|
openxr_monado-dev.json
|
|
openxr_monado.json
|
|
src/xrt/compositor/shaders/*.vert.h
|
|
src/xrt/compositor/shaders/*.frag.h
|
|
|
|
# ignore build trees
|
|
build/
|
|
build*/
|
|
|
|
# Ignore local settings
|
|
.vscode
|
|
|
|
# Ignore merge-conflict resolution files
|
|
*.orig
|