Skip to content

Commit

Permalink
Merge pull request commaai#229 from commaai/devel
Browse files Browse the repository at this point in the history
0.7.10
  • Loading branch information
ErichMoraga authored Oct 24, 2020
2 parents 8ea26c5 + 26bccbd commit c1c1733
Show file tree
Hide file tree
Showing 1,423 changed files with 89,423 additions and 151,108 deletions.
33 changes: 29 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,26 @@ venv/
.tags
.ipynb_checkpoints
.idea
.overlay_init
.overlay_consistent
.sconsign.dblite
.vscode
model2.png
a.out

*.dylib
*.DSYM
*.d
*.pyc
*.pyo
.*.swp
.*.swo
.*.un~
*.tmp
*.o
*.o-*
*.os
*.os-*
*.so
*.a
*.clb
Expand All @@ -24,20 +32,37 @@ a.out
config.json
clcache

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
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
selfdrive/camerad/camerad
selfdrive/modeld/_modeld
selfdrive/modeld/_dmonitoringmodeld
/src/

one
openpilot
notebooks
xx
panda_jungle
apks
openpilot-apks

.coverage*
coverage.xml
htmlcov
pandaextra

.mypy_cache/
flycheck_*

cppcheck_report.txt
Loading

0 comments on commit c1c1733

Please sign in to comment.