monado/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

111 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

2020-03-18 16:42:27 +00:00
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors
# 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
2021-09-27 16:34:13 +00:00
*.a
2019-03-18 05:52:32 +00:00
CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake
2021-09-27 16:34:13 +00:00
CTestTestfile.cmake
DartConfiguration.tcl
2019-03-18 05:52:32 +00:00
doc/Doxyfile
doc/html/
doc/latex/
openxr_monado-dev.json
openxr_monado.json
2021-09-27 16:34:13 +00:00
src/xrt/auxiliary/bindings/b_generated_bindings.*
src/xrt/auxiliary/u_git_tag.c
2019-03-18 05:52:32 +00:00
src/xrt/compositor/shaders/*.vert.h
src/xrt/compositor/shaders/*.frag.h
2021-09-27 16:34:13 +00:00
src/xrt/compositor/shaders/*.comp.h
src/xrt/include/xrt/xrt_config_*.h
2024-02-05 17:38:58 +00:00
!src/xrt/include/xrt/xrt_config_*os.h
2021-09-27 16:34:13 +00:00
src/xrt/ipc/*_generated.*
src/xrt/targets/cli/monado-cli
2021-09-27 16:34:13 +00:00
src/xrt/targets/ctl/monado-ctl
src/xrt/targets/gui/monado-gui
2021-09-27 16:34:13 +00:00
src/xrt/targets/service/monado-service
src/xrt/targets/openxr/active_runtime.cmake
src/xrt/targets/openxr/intermediate_manifest.json
2021-09-27 16:34:13 +00:00
src/xrt/targets/openxr/make_manifest.cmake
src/xrt/targets/targets_enabled_drivers.h
2021-09-27 16:34:13 +00:00
steamvr-monado/
tests/tests_generic_callbacks
tests/tests_input_transform
2020-07-15 17:26:22 +00:00
# Ignore Python caches
__pycache__/
2020-07-15 17:42:32 +00:00
# Ignore build trees
build/
build*/
cmake-build-*/
# Ignore local settings
.vscode
2019-04-09 17:44:16 +00:00
*.autosave
2020-07-16 03:11:53 +00:00
.vs
CMakeSettings.json
CMakeUserPresets.json
# Ignore merge-conflict resolution files
*.orig
2019-06-18 17:41:44 +00:00
# Ignore patches generated by scripts
patches/
2020-07-15 17:42:32 +00:00
# Ignore Imgui settings
2019-10-24 13:29:55 +00:00
imgui.ini
2020-07-15 17:42:32 +00:00
# Ignore files from package building
obj-*/
.pc/
2020-07-15 17:42:32 +00:00
# Ignore Arduino toolchain files
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
2020-10-13 20:12:33 +00:00
# Ignore gradle-related and android studio-related things
2020-08-24 15:49:42 +00:00
*.iml
.gradle/
/local.properties
2020-10-13 20:12:33 +00:00
.idea/*
# .idea/caches
# .idea/libraries
# .idea/modules.xml
# .idea/workspace.xml
# .idea/navEditor.xml
# .idea/assetWizardSettings.xml
2020-08-24 15:49:42 +00:00
.externalNativeBuild
.cxx
.settings
.project
2021-03-16 22:28:23 +00:00
.classpath
*.hprof
2021-06-21 22:08:14 +00:00
# Ignore Sourcetrail things
2021-04-16 15:31:30 +00:00
*.srctrlbm
*.srctrldb
*.srctrlprj
2021-06-21 22:08:14 +00:00
# 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