openpilot/.gitignore

91 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-01-18 02:25:50 +08:00
venv/
.venv/
.ci_cache
.env
.clang-format
2020-01-18 02:25:50 +08:00
.DS_Store
.tags
.ipynb_checkpoints
.idea
.overlay_init
.overlay_consistent
.sconsign.dblite
2021-02-13 18:11:14 +08:00
.vscode*
2020-01-18 02:25:50 +08:00
model2.png
a.out
.hypothesis
2020-01-18 02:25:50 +08:00
*.dylib
*.DSYM
*.d
*.pyc
*.pyo
.*.swp
.*.swo
.*.un~
*.tmp
*.o
*.o-*
2020-01-18 02:25:50 +08:00
*.os
*.os-*
2020-01-18 02:25:50 +08:00
*.so
*.a
*.clb
*.class
*.pyxbldc
*.vcd
*.qm
2020-01-18 02:25:50 +08:00
config.json
clcache
compile_commands.json
compare_runtime*.html
2020-01-18 02:25:50 +08:00
persist
board/obj/
selfdrive/boardd/boardd
selfdrive/logcatd/logcatd
selfdrive/mapd/default_speeds_by_region.json
system/proclogd/proclogd
selfdrive/ui/translations/alerts_generated.h
2023-09-16 04:33:05 +08:00
selfdrive/ui/translations/tmp
2020-01-18 02:25:50 +08:00
selfdrive/test/longitudinal_maneuvers/out
selfdrive/car/tests/cars_dump
2022-06-22 14:39:26 +08:00
system/camerad/camerad
system/camerad/test/ae_gray_test
2020-01-18 02:25:50 +08:00
selfdrive/modeld/_modeld
selfdrive/modeld/_navmodeld
2020-01-31 11:12:44 +08:00
selfdrive/modeld/_dmonitoringmodeld
2020-01-18 02:25:50 +08:00
/src/
one
notebooks
xx
2021-12-07 01:28:29 +08:00
yy
hyperthneed
2020-01-18 02:25:50 +08:00
panda_jungle
2021-04-01 04:40:24 +08:00
provisioning
2020-01-18 02:25:50 +08:00
.coverage*
coverage.xml
2020-01-18 02:25:50 +08:00
htmlcov
pandaextra
.mypy_cache/
flycheck_*
2020-06-23 05:27:07 +08:00
cppcheck_report.txt
comma*.sh
selfdrive/modeld/thneed/compile
2022-05-16 10:22:35 +08:00
selfdrive/modeld/models/*.thneed
selfdrive/modeld/models/*.pkl
*.bz2
build/
!**/.gitkeep
2022-10-22 07:23:56 +08:00
poetry.toml
Pipfile