Skip to content

Commit

Permalink
Merge pull request commaai#274 from commaai/devel
Browse files Browse the repository at this point in the history
0.8.16
  • Loading branch information
ErichMoraga authored Aug 24, 2022
2 parents 8ea26c5 + 1084782 commit 5829fe0
Show file tree
Hide file tree
Showing 2,875 changed files with 574,396 additions and 292,950 deletions.
53 changes: 47 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1,84 @@
venv/
.env
.clang-format
.DS_Store
.tags
.ipynb_checkpoints
.idea
.overlay_init
.overlay_consistent
.sconsign.dblite
.vscode*
model2.png
a.out
.hypothesis

*.dylib
*.DSYM
*.d
*.pyc
*.pyo
.*.swp
.*.swo
.*.un~
*.tmp
*.o
*.o-*
*.os
*.os-*
*.so
*.a
*.clb
*.class
*.pyxbldc
*.vcd
*.qm
config.json
clcache
compile_commands.json

persist
board/obj/
selfdrive/boardd/boardd
selfdrive/logcatd/logcatd
selfdrive/mapd/default_speeds_by_region.json
selfdrive/proclogd/proclogd
selfdrive/ui/ui
selfdrive/test/tests/plant/out
system/proclogd/proclogd
selfdrive/ui/_ui
selfdrive/test/longitudinal_maneuvers/out
selfdrive/visiond/visiond
selfdrive/loggerd/loggerd
selfdrive/sensord/gpsd
selfdrive/sensord/sensord
selfdrive/sensord/_gpsd
selfdrive/sensord/_sensord
system/camerad/camerad
system/camerad/test/ae_gray_test
selfdrive/modeld/_modeld
selfdrive/modeld/_dmonitoringmodeld
/src/

one
openpilot
notebooks
xx
yy
hyperthneed
panda_jungle
provisioning

.coverage*
coverage.xml
htmlcov
pandaextra

.mypy_cache/
flycheck_*

cppcheck_report.txt
comma*.sh

selfdrive/modeld/thneed/compile
selfdrive/modeld/models/*.thneed

*.bz2

build/

!**/.gitkeep
Loading

0 comments on commit 5829fe0

Please sign in to comment.