.gitignore 1.2 KB
Newer Older
1
# Bazel
Z
Zhang Liangliang 已提交
2
bazel-apollo
3
bazel-apollo_dev
Z
Zhang Liangliang 已提交
4 5 6 7 8 9
bazel-bin
bazel-genfiles
bazel-out
bazel-testlogs
/Debug/
*.pyc
A
Aaron Xiao 已提交
10
*genrule.log
11
WORKSPACE
12 13
# temporary files
*.swp
14
*.swo
Z
Zhang Liangliang 已提交
15
# generated files
A
Aaron Xiao 已提交
16
generated_data_warehouse.conf
17
modules/common/data/ssl_keys
18
modules/perception/cuda_util/cmake_build
Z
Zhang Liangliang 已提交
19 20 21 22 23 24 25

# Eclipse IDE files
.project
.cproject
.settings
.classpath

26 27 28
# IntelliJ files
.idea

29 30 31
# Vscode files
.vscode

Z
Zhang Liangliang 已提交
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
# 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

55
# Data
C
Calvin Miao 已提交
56
data/prediction
Z
Zhang Liangliang 已提交
57 58 59 60
data/log
data/core
data/bag
data/cov
61
data/kv_db
62
data/pcd
63
data/nfs
C
Calvin Miao 已提交
64
data/map_visual
65
modules/data/conf/task_info_template.pb.txt
66 67
modules/tools/ota/update.ini
modules/tools/ota/vehicle_info.pb.txt
Z
Zhang Liangliang 已提交
68 69 70

# Doxygen
docs/doxygen
S
siyangy 已提交
71

72 73 74 75 76 77 78
# 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

L
Lei Wang 已提交
79 80
# python proto
py_proto
L
Lei Wang 已提交
81 82 83 84 85 86

# gnss conf files
modules/drivers/gnss/conf/conf_beijing
modules/drivers/gnss/conf/conf_us

# calibration files
D
Dong Li 已提交
87
modules/calibration/data/
S
siyangy 已提交
88 89

# Data bag
90
docs/demo_guide/*.bag
91 92 93

# Cybertron
framework/cybertron/log/*