-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
153 lines (119 loc) · 1.75 KB
/
.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# BUILD PRODUCTS
*.d
*.o
*.disasm
*.map
*.elf
*.hex
*.slo
*.lo
*.obj
#vslam map data is .bin, comment out
#*.bin
*.swp
# CMAKE TEMPORARY FILES
CMakeCache.txt
CMakeFiles/
CMakeFiles/*
# BUILD FOLDERS
# parking_slot_detection package depends on a folder named build,
# commented the below to make sure the build folder can be committed.
# ps: parking_slot_detection should be refactored in near future.
build/
build/*
run_log/
run_log/*
install/
install/*
comfort_dataset/
comfort_dataset/*
log/
log/*
# ROS GENERATED PRODUCTS
msg_gen/
msg_gen/*
srv_gen/
srv_gen/*
# ROS GENERATED PYTHON
# _*.py
_*.pyc
*.pyc
# ROS BAG FILES
*.bag
*.bag.active
*.bag.orig.active
# ROS LOG FILES
*.log
.catkin_tools/
devel/
logs/
# XCODE BUILD PRODUCTS
*.build/
*.build/*
# XCODE USER SETTINGS
*.xcuserdatad/
*.xcuserdatad/*
*.pbxuser
*.pbxuser/*
# QTCREATOR PROJECT
*.includes
*.creator
*.creator.user
*.config
*.files
# GEANY PROJECTS
*.geany
# JETBRAINS
*.idea
# ZEND/ECLIPSE
*.buildpath
*.settings
*.project
*.pydevproject
# MACOSX SETTINGS
*.DS_Store
# GENERATED DOCUMENTATIONss
html_docs/
html_docs/*
# ANDROID SDK GENERATED JAVA
gen/
gen/*
# Map cache itemsss
# vscode config
# .vscode
# .vscode/*
.vs
.build_release/
.build_debug/
# ignore the loc fusion build output
libloc_fusion.so
build_isolate/
devel_isolate/
/build/
/backup/
slot_patch/
_env.txt
mission_control_center.log
yada_validation_log.txt
_ssd_output/
libibeosdk.a
ros-kinetic-car-cloud.sh
ros_bag/
ros_bag/*
src/integrated_navigation_system_python/run_log/*
*.idc
src/ibeo_8l_client/record/*
scripts/osqp-0.5.0
scripts/qpOASES
scripts/yaml-cpp
scripts/osqp-0.5.0/
scripts/qpOASES/
scripts/yaml-cpp/
.vscode/
scripts/osqp/
scripts/osqp-eigen/
scripts/Ipopt-3.12.8.zip
PythonAPI/
build/
install/
log/