-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (45 loc) · 1.11 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
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
# Compiled Static libraries
#*.lai
#*.la
#*.a
# build and binfolders
build/
*/build/
*/bin/
*/*/bin/
# Exclude generated messages
*/msg_gen/
*/__init__.py
*/_*.py
# Exclude srv generated files
*/srv_gen/
# Ignore backup files from gEdit
*~
# Ignore specific src folders (TODO fix this)
flarb_accelerometer/src/flarb_accelerometer/
flarb_canbus/src/flarb_canbus/
flarb_compass/src/flarb_compass/
flarb_controller/src/flarb_controller/
flarb_encoder/src/flarb_encoder/
flarb_example/src/flarb_example/
flarb_gps/src/flarb_gps/
flarb_img_controller/src/flarb_img_controller/
flarb_img_mapbuilder/src/flarb_img_mapbuilder/
flarb_img_mapshow/src/flarb_img_mapshow/
flarb_inclination/src/flarb_inclination/
flarb_keyboard/src/flarb_keyboard/
flarb_lmsscanner/LMS100/src/LMS100/
flarb_mapbuilder/src/flarb_mapbuilder/
flarb_mapshow/src/flarb_mapshow/
flarb_mobile/src/flarb_mobile/
flarb_motorcontrol/src/flarb_motorcontrol/
flarb_msgs/src/flarb_msgs/
flarb_plantquality/src/flarb_plantquality/
flarb_simulation/src/flarb_simulation/
flarb_VDMixer/src/flarb_VDMixer/