2020-03-18 16:42:27 +00:00
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors
|
|
|
|
|
2019-03-22 19:36:10 +00:00
|
|
|
# Ignore build products
|
2019-03-18 05:52:32 +00:00
|
|
|
CMakeCache.txt
|
|
|
|
CMakeLists.txt.user
|
2019-04-09 17:44:16 +00:00
|
|
|
CMakeLists.txt.user.*
|
2019-03-18 05:52:32 +00:00
|
|
|
*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
|
2019-09-17 10:25:42 +00:00
|
|
|
src/xrt/targets/cli/monado-cli
|
|
|
|
src/xrt/targets/gui/monado-gui
|
|
|
|
src/xrt/targets/openxr/intermediate_manifest.json
|
|
|
|
src/xrt/targets/targets_enabled_drivers.h
|
2019-03-22 19:36:10 +00:00
|
|
|
|
|
|
|
# ignore build trees
|
|
|
|
build/
|
|
|
|
build*/
|
|
|
|
|
|
|
|
# Ignore local settings
|
|
|
|
.vscode
|
2019-04-09 17:44:16 +00:00
|
|
|
*.autosave
|
2019-03-22 19:36:10 +00:00
|
|
|
|
|
|
|
# Ignore merge-conflict resolution files
|
|
|
|
*.orig
|
2019-06-18 17:41:44 +00:00
|
|
|
|
|
|
|
# Ignore patches generated by scripts
|
|
|
|
patches/
|
2019-09-17 10:25:42 +00:00
|
|
|
|
2019-10-24 13:29:55 +00:00
|
|
|
imgui.ini
|
2020-03-18 16:02:37 +00:00
|
|
|
|
|
|
|
# files from package building
|
|
|
|
obj-*/
|
|
|
|
.pc/
|