File: .gitignore

package info (click to toggle)
monado 21.0.0~dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,972 kB
  • sloc: cpp: 75,052; ansic: 62,517; python: 862; java: 635; xml: 503; sh: 209; makefile: 54
file content (77 lines) | stat: -rw-r--r-- 1,389 bytes parent folder | download
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
# 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
CMakeSettings.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

gradlew
gradlew.bat
gradle-wrapper.jar