Skip to content

Commit 9cb27b1

Browse files
authored
Merge pull request #223 from commaai/devel
0.7.7
2 parents 8ea26c5 + f370bf5 commit 9cb27b1

File tree

1,284 files changed

+82740
-147604
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,284 files changed

+82740
-147604
lines changed

.gitignore

+29-4
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,26 @@ venv/
33
.tags
44
.ipynb_checkpoints
55
.idea
6+
.overlay_init
7+
.overlay_consistent
68
.sconsign.dblite
9+
.vscode
710
model2.png
811
a.out
912

13+
*.dylib
1014
*.DSYM
1115
*.d
1216
*.pyc
1317
*.pyo
1418
.*.swp
1519
.*.swo
1620
.*.un~
21+
*.tmp
1722
*.o
23+
*.o-*
24+
*.os
25+
*.os-*
1826
*.so
1927
*.a
2028
*.clb
@@ -24,20 +32,37 @@ a.out
2432
config.json
2533
clcache
2634

35+
persist
2736
board/obj/
2837
selfdrive/boardd/boardd
2938
selfdrive/logcatd/logcatd
3039
selfdrive/mapd/default_speeds_by_region.json
3140
selfdrive/proclogd/proclogd
32-
selfdrive/ui/ui
33-
selfdrive/test/tests/plant/out
41+
selfdrive/ui/_ui
42+
selfdrive/test/longitudinal_maneuvers/out
3443
selfdrive/visiond/visiond
3544
selfdrive/loggerd/loggerd
36-
selfdrive/sensord/gpsd
37-
selfdrive/sensord/sensord
45+
selfdrive/sensord/_gpsd
46+
selfdrive/sensord/_sensord
47+
selfdrive/camerad/camerad
48+
selfdrive/modeld/_modeld
49+
selfdrive/modeld/_dmonitoringmodeld
3850
/src/
3951

4052
one
4153
openpilot
54+
notebooks
4255
xx
56+
panda_jungle
57+
apks
58+
openpilot-apks
4359

60+
.coverage*
61+
coverage.xml
62+
htmlcov
63+
pandaextra
64+
65+
.mypy_cache/
66+
flycheck_*
67+
68+
cppcheck_report.txt

0 commit comments

Comments
 (0)