-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (40 loc) · 854 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
.DS_Store
__pycache__/*
# clion build folder
cmake-build-*
build
.vscode
.idea
__pycache__
# vi undo files
*.un~
# vi swap file
*.swp
# backup files
*.bak
# doxygenerated files
docs/generated/html/
# generated now
# but also great to keep around to use it without avoid generating it
# the commited file should match the generated file
# .clang-tidy
# ignoring junk folder
junk/
# tgit cache
.tgit.json
node_modules/
docs/generated/coldet-closest-point-on-ray.html
docs/generated/coldet-distance-to-plane.html
docs/generated/coldet-point-on-ray.html
docs/generated/coldet-point-to-plane.html
docs/generated/doxygen-html/
docs/generated/palettes.html
docs/generated/stars.html
docs/generated/three.html
docs/generated/xml/
cppcheck-result.txt
.lite_workspace.lua
.vs/
workbench.paths.jsonc
docs/generated/code-city.html
docs/generated/tidy/