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
|
|
|
|
2020-07-15 17:26:22 +00:00
|
|
|
# Ignore Python caches
|
|
|
|
__pycache__/
|
|
|
|
|
2020-07-15 17:42:32 +00:00
|
|
|
# Ignore build trees
|
2019-03-22 19:36:10 +00:00
|
|
|
build/
|
|
|
|
build*/
|
|
|
|
|
|
|
|
# Ignore local settings
|
|
|
|
.vscode
|
2019-04-09 17:44:16 +00:00
|
|
|
*.autosave
|
2020-07-16 03:11:53 +00:00
|
|
|
.vs
|
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
|
|
|
|
2020-07-15 17:42:32 +00:00
|
|
|
# Ignore Imgui settings
|
2019-10-24 13:29:55 +00:00
|
|
|
imgui.ini
|
2020-03-18 16:02:37 +00:00
|
|
|
|
2020-07-15 17:42:32 +00:00
|
|
|
# Ignore files from package building
|
2020-03-18 16:02:37 +00:00
|
|
|
obj-*/
|
|
|
|
.pc/
|
2020-03-14 23:33:49 +00:00
|
|
|
|
2020-07-15 17:42:32 +00:00
|
|
|
# Ignore Arduino toolchain files
|
2020-03-14 23:33:49 +00:00
|
|
|
src/xrt/drivers/arduino/device/*.elf
|
|
|
|
src/xrt/drivers/arduino/device/*.bin
|
2020-07-15 17:42:32 +00:00
|
|
|
|
|
|
|
# Ignore VSCode files
|
2020-07-07 20:57:37 +00:00
|
|
|
.vscode-ctags
|
2020-08-24 15:49:42 +00:00
|
|
|
|
|
|
|
# Ignore gradle-related things
|
|
|
|
*.iml
|
|
|
|
.gradle/
|
|
|
|
local.properties
|
|
|
|
.idea/caches
|
|
|
|
.idea/libraries
|
|
|
|
.idea/modules.xml
|
|
|
|
.idea/workspace.xml
|
|
|
|
.idea/navEditor.xml
|
|
|
|
.idea/assetWizardSettings.xml
|
|
|
|
.externalNativeBuild
|
|
|
|
.cxx
|