first commit
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user