gitignore cleanups (#37615)

* gitignore cleanups

* lil more

* one more
This commit is contained in:
Adeeb Shihadeh
2026-03-08 18:31:11 -07:00
committed by GitHub
parent 9510e05dc0
commit e42ee228c2
19 changed files with 15 additions and 55 deletions

36
.gitignore vendored
View File

@@ -13,13 +13,13 @@ venv/
a.out
.hypothesis
.cache/
/docs_site/
bin/
*.mp4
*.dylib
*.DSYM
*.d
*.pem
*.pyc
*.pyo
.*.swp
@@ -39,11 +39,13 @@ a.out
*.mo
*_pyx.cpp
*.stats
*.pkl
*.pkl*
config.json
clcache
compile_commands.json
compare_runtime*.html
# build artifacts
selfdrive/pandad/pandad
cereal/services.h
cereal/gen
@@ -56,46 +58,30 @@ system/camerad/test/ae_gray_test
.coverage*
coverage.xml
htmlcov
pandaextra
.mypy_cache/
flycheck_*
cppcheck_report.txt
comma*.sh
selfdrive/modeld/models/*.pkl*
# openpilot log files
*.bz2
*.zst
*.rlog
build/
!**/.gitkeep
poetry.toml
Pipfile
### VisualStudioCode ###
*.vsix
.history
.ionide
.vscode/*
.history/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
# agents
.claude/
.context/
PLAN.md

1
common/.gitignore vendored
View File

@@ -1 +0,0 @@
*.cpp

View File

@@ -1,2 +0,0 @@
transformations
transformations.cpp

View File

@@ -10,7 +10,6 @@ from openpilot.system.hardware import TICI, HARDWARE
# TODO: pytest-cpp doesn't support FAIL, and we need to create test translations in sessionstart
# pending https://github.com/pytest-dev/pytest-cpp/pull/147
collect_ignore = [
"selfdrive/ui/tests/test_translations",
"selfdrive/test/process_replay/test_processes.py",
"selfdrive/test/process_replay/test_regen.py",
]

View File

@@ -1,4 +1,2 @@
*.cc
fonts/*.fnt
fonts/*.png
translations_assets.qrc

View File

@@ -1 +0,0 @@
*.bz2

View File

@@ -1,2 +0,0 @@
calibration_param
traces

View File

@@ -1,2 +0,0 @@
params_learner
paramsd

View File

@@ -1 +0,0 @@
out/

View File

@@ -3,7 +3,7 @@ docker_out/
process_replay/diff.txt
process_replay/model_diff.txt
process_replay/fakedata/
valgrind_logs.txt
*.bz2
*.hevc

View File

@@ -1 +0,0 @@
fakedata/

View File

@@ -1 +1,4 @@
installer/installers/*
tests/diff/report
.coverage

View File

@@ -1,2 +0,0 @@
test
test_translations

View File

@@ -1,2 +0,0 @@
report
.coverage

View File

@@ -1 +0,0 @@
*.pyc

View File

@@ -1,4 +0,0 @@
av
av-10.0.0/*
key.pem
cert.pem

View File

@@ -1 +0,0 @@
*.cc

View File

@@ -1,3 +0,0 @@
bin/
bin
*.rlog

View File

@@ -1,5 +1,2 @@
moc_*
*.moc
replay
tests/test_replay