The open source OpenXR runtime
at main 2.2 kB view raw
1# SPDX-License-Identifier: CC0-1.0 2# SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors 3 4# Ignore build products 5CMakeCache.txt 6CMakeLists.txt.user 7CMakeLists.txt.user.* 8*CMakeFiles/ 9*Makefile 10*cmake_install.cmake 11*libopenxr_monado.so 12*.a 13CMakeDoxyfile.in 14CMakeDoxygenDefaults.cmake 15CTestTestfile.cmake 16DartConfiguration.tcl 17doc/Doxyfile 18doc/html/ 19doc/latex/ 20openxr_monado-dev.json 21openxr_monado.json 22src/xrt/auxiliary/bindings/b_generated_bindings.* 23src/xrt/auxiliary/u_git_tag.c 24src/xrt/compositor/shaders/*.vert.h 25src/xrt/compositor/shaders/*.frag.h 26src/xrt/compositor/shaders/*.comp.h 27src/xrt/include/xrt/xrt_config_*.h 28!src/xrt/include/xrt/xrt_config_*os.h 29src/xrt/ipc/*_generated.* 30src/xrt/targets/cli/monado-cli 31src/xrt/targets/ctl/monado-ctl 32src/xrt/targets/gui/monado-gui 33src/xrt/targets/service/monado-service 34src/xrt/targets/openxr/active_runtime.cmake 35src/xrt/targets/openxr/intermediate_manifest.json 36src/xrt/targets/openxr/make_manifest.cmake 37src/xrt/targets/targets_enabled_drivers.h 38steamvr-monado/ 39tests/tests_generic_callbacks 40tests/tests_input_transform 41 42# Ignore Python caches 43__pycache__/ 44 45# Ignore build trees 46build/ 47build*/ 48cmake-build-*/ 49 50# Ignore local settings 51.vscode 52*.autosave 53.vs 54CMakeSettings.json 55CMakeUserPresets.json 56 57# Ignore merge-conflict resolution files 58*.orig 59 60# Ignore patches generated by scripts 61patches/ 62 63# Ignore Imgui settings 64imgui.ini 65 66# Ignore files from package building 67obj-*/ 68.pc/ 69 70# Ignore Arduino toolchain files 71src/xrt/drivers/arduino/device/*.elf 72src/xrt/drivers/arduino/device/*.bin 73 74# Ignore VSCode files 75.vscode-ctags 76 77# Ignore gradle-related and android studio-related things 78*.iml 79.gradle/ 80/local.properties 81.idea/* 82# .idea/caches 83# .idea/libraries 84# .idea/modules.xml 85# .idea/workspace.xml 86# .idea/navEditor.xml 87# .idea/assetWizardSettings.xml 88.externalNativeBuild 89.cxx 90.settings 91.project 92.classpath 93*.hprof 94 95# Ignore Sourcetrail things 96*.srctrlbm 97*.srctrldb 98*.srctrlprj 99 100# Ignore clangd things 101.cache/ 102 103# Ignore CI things 104container-build-report.xml 105 106# Ignore Vulkan validation layer settings 107vk_layer_settings.txt 108 109# Ignore local pyenv version file 110.python-version 111 112# Kotlin 113.kotlin