-
-
Notifications
You must be signed in to change notification settings - Fork 108
/
.gitignore
71 lines (57 loc) · 1009 Bytes
/
.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
# Visual Studio Code
.vscode
.vscode/**
_deps
_deps/**
[bB]uild
[bB]uild/**
[rR]elease
[rR]elease/**
[tT]arget
# Visual Studio
.vs
.vs/**
out
out/**
CMakeSettings.json
vcpkg_installed/**
# VIM: code completion / IntelliSense
.clangd
.clangd/**
.cache
.cache/**
compile_commands.json
.vimspector.json
# CMake (CTest)
/Testing/
CMakeUserPresets.json
# This is a workspace-local sandbox directory with test files not to be included in Git.
sandbox
sandbox/**
# Never add any log files.
*.log
# Never accidentally add any screenshot files.
*.vt
# NVIDIA Nsight Graphics (Debugger, project files)
*.nsight-gfxproj
# OS X
.DS_Store
# Linux/KDE
.directory
# Python virtual environment
.venv
# debian: dpkg-buildpackage intermediates
debian/files
debian/tmp/**
debian/.debhelper/**
debian/contour.substvars
debian/contour/**
configure-stamp
build-stamp
install-stamp
src/contour/ui/RequestPermission.qml
src/contour/ui/Terminal.qml
src/contour/ui/main.qml
# mkdocs
docs/vt-sequence/index.md
version.txt