.gitignore 1.3 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
A
Aaron Xiao 已提交
56
/data
57
modules/data/conf/task_info_template.pb.txt
58 59
modules/tools/ota/update.ini
modules/tools/ota/vehicle_info.pb.txt
Z
Zhang Liangliang 已提交
60

61 62 63
# Localization
modules/localization/msf/local_map/test_data/ndt_map/map_data/

Z
Zhang Liangliang 已提交
64 65
# Doxygen
docs/doxygen
66 67
cyber/doxy-docs/build/
cyber/doxy-docs/xml/
S
siyangy 已提交
68

69 70 71 72 73 74 75
# 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 已提交
76 77
# python proto
py_proto
78
cyber/python/cyber/proto/
L
Lei Wang 已提交
79 80 81 82 83 84

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

# calibration files
D
Dong Li 已提交
85
modules/calibration/data/
S
siyangy 已提交
86 87

# Data bag
88
docs/demo_guide/*.bag
89

G
GoLancer 已提交
90 91
# Logs
cyber/log/*
F
Fla3inH0tCheet0s 已提交
92 93 94

# Bash Environment
.dev_bash_hist