# 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
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
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

# Ignore Python caches
__pycache__/

# Ignore build trees
build/
build*/

# Ignore local settings
.vscode
*.autosave
.vs

# 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 things
*.iml
.gradle/
local.properties
.idea/caches
.idea/libraries
.idea/modules.xml
.idea/workspace.xml
.idea/navEditor.xml
.idea/assetWizardSettings.xml
.externalNativeBuild
.cxx