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