30 lines
248 B
Plaintext
30 lines
248 B
Plaintext
# Buildroot output
|
|
/build/
|
|
/output/
|
|
*.img
|
|
*.tar
|
|
*.tar.gz
|
|
|
|
# Editor / OS junk
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.pytest_cache/
|
|
.tox/
|
|
.venv/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Local overrides
|
|
local.mk
|
|
.env
|