This repository has been archived by the owner on May 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
169 lines (132 loc) · 1.93 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# Bazel
bazel-*
# rust
target/
# 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
bazel/third_party/can_card_library/esd_can/include
bazel/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
# jetbrain profiler
.DS_Store
#WORKSPACE
*.deb
.clwb
core
perception/production/
## File system
.DS_Store
desktop.ini
## Editor
*.swp
*.swo
Session.vim
.cproject
.idea
*.iml
.vscode
.project
.favorites.json
.settings/
.vs/
## Tool
.valgrindrc
.cargo
# Included because it is part of the test case
!/tests/run-make/thumb-none-qemu/example/.cargo
## Configuration
/config.toml
/Makefile
config.mk
config.stamp
no_llvm_build
## Build
/dl/
/doc/
/inst/
/llvm/
/mingw-build/
build/
!/compiler/rustc_mir_build/src/build/
/build-rust-analyzer/
/dist/
/unicode-downloads
/target
/src/bootstrap/target
/src/tools/x/target
# Created by default with `src/ci/docker/run.sh`
/obj/
## Temporary files
*~
\#*
\#*\#
.#*
## Tags
tags
tags.*
TAGS
TAGS.*
## Python
__pycache__/
*.py[cod]
*$py.class
## Node
node_modules
package-lock.json
package.json
## Rustdoc GUI tests
tests/rustdoc-gui/src/**.lock
# Before adding new lines, see the comment at the top.
*.mcap