forked from xiaoyuyang0901/Apollo-code-with-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (59 loc) · 984 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
# Bazel
bazel-*
# Temporary files
*.pyc
*.swp
*.swo
# Generated files
*.result
py_proto
# Eclipse IDE files
.project
.cproject
.settings
.classpath
# IntelliJ files
.idea
# VS Code files
.vscode
# Atom IDE files
*.gch
# Logs
nohup.out
*.bak
*.stderr
*.stdout
# Editor configs
.ycm_extra_conf.py
# Data
/data
modules/tools/ota/update.ini
modules/tools/ota/vehicle_info.pb.txt
docker/build/syspkgs.txt
# Localization
modules/localization/msf/local_map/test_data/ndt_map/map_data
# 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
*_pb2.py
# calibration files
modules/calibration/data
# Data bag
docs/demo_guide/*.bag
docs/demo_guide/*.record
# Bash Environment
.dev_bash_hist
# bazel cache and others
.cache/
.apollo.bazelrc
.errors.log
# Directory for binary distribution
output
# Flamegraph files
tools/FlameGraph