-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
89 lines (74 loc) · 1023 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
## Build and Install Folders
/build
/install
/log
**/build
**/install
**/log
/build_isolated
/install_isolated
/devel
*cmake-build*
## Python Artifacts
__pycache__/
.eggs/
## VCS Location for External Repos
src/external/
## Coverage and Doxygen Artifacts
lcov/
.cov/
html/
xml/
latex/
.coverage*
.msg.md
/docs/_build
/coverage
lcov.base
lcov.test
lcov.total
lcov.total.filtered
## XCode Artifacts
.DS_Store
xcuserdata/
## MSVC Artifacts
.vscode/
.vs/
## CLion Artifacts
cmake-build-debug
.cmake-build-debug
.idea
## Clang Complete Artifacts (used by Atom)
/.clang_complete
/tags
## Valgrind and Callgrind
vgcore.*
*.log
*.out*
## Vizdep
*.dot
*.pickle
*.svg
## X-Compile Artifacts
target_fs/
## Miscellaneous
*.cmd
*.tmp
*.user
*.db
*.opendb
*.swp
*.swo
*.gch
*.patch
## python notebook checkpoints
*.ipynb_checkpoints/
/tmp
.secret.*
## large_size map files in the navigation
#*.pcd
#*.osm
src/planning/nif_dk_graph_planner/map/
src/perception/nif_localization_nodes/map/ims/full_map.pcd
core
.editorconfig