mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-19 23:23:42 +08:00
dd778596b7
date: 2025-03-15T21:10:51 master commit: fb7b9c0f9420d228f03362970ebcfb7237095cf3
36 lines
368 B
Plaintext
36 lines
368 B
Plaintext
*.tmp
|
|
*.pyc
|
|
.*.swp
|
|
.*.swo
|
|
*.o
|
|
*.so
|
|
*.os
|
|
*.d
|
|
*.dump
|
|
a.out
|
|
*~
|
|
.#*
|
|
dist/
|
|
build/
|
|
pandacan.egg-info/
|
|
obj/
|
|
examples/output.csv
|
|
.DS_Store
|
|
.vscode*
|
|
nosetests.xml
|
|
.mypy_cache/
|
|
.sconsign.dblite
|
|
|
|
# CTU info files generated by Cppcheck
|
|
*.*.ctu-info
|
|
|
|
# safety coverage-related files
|
|
*.gcda
|
|
*.gcno
|
|
tests/safety/coverage-out
|
|
tests/safety/coverage.info
|
|
|
|
*.profraw
|
|
*.profdata
|
|
mull.yml
|