forked from ApolloAuto/apollo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
91 lines (73 loc) · 1.28 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
# Bazel
bazel-apollo
bazel-apollo_dev
bazel-bin
bazel-genfiles
bazel-out
bazel-testlogs
/Debug/
*.pyc
*genrule.log
WORKSPACE
# temporary files
*.swp
*.swo
# generated files
generated_data_warehouse.conf
modules/common/data/ssl_keys
modules/perception/cuda_util/cmake_build
# Eclipse IDE files
.project
.cproject
.settings
.classpath
# IntelliJ files
.idea
# Vscode files
.vscode
# atom.io files
*.gch
# Logs.
*.stdout
*.stderr
nohup.out
*.bak
*.csv.result
# Editor configs
.ycm_extra_conf.py
# ROS
ros_param_server.pid
.master_snapshot
# third_party
third_party/ros
third_party/ros_aarch64/
third_party/ros_x86_64/
modules/ros/third_party/fast-rtps
# Data
/data
modules/data/conf/task_info_template.pb.txt
modules/tools/ota/update.ini
modules/tools/ota/vehicle_info.pb.txt
# Localization
modules/localization/msf/local_map/test_data/ndt_map/map_data/
# Doxygen
docs/doxygen
cyber/doxy-docs/build/
cyber/doxy-docs/xml/
# Esd can lib
third_party/can_card_library/esd_can/include
third_party/can_card_library/esd_can/lib
# Map data files
modules/map/data
# python proto
py_proto
cyber/python/cyber/proto/
# gnss conf files
modules/drivers/gnss/conf/conf_beijing
modules/drivers/gnss/conf/conf_us
# calibration files
modules/calibration/data/
# Data bag
docs/demo_guide/*.bag
# Logs
cyber/log/*