chore: ignore build/log/scratch artefacts and dev-container helper
This commit is contained in:
0
.devcontainer/install_tools.sh
Normal file → Executable file
0
.devcontainer/install_tools.sh
Normal file → Executable file
16
.gitignore
vendored
16
.gitignore
vendored
@@ -27,3 +27,19 @@ __pycache__
|
||||
*.elf
|
||||
*.hex
|
||||
.idea/deployment.xml
|
||||
backup/*.img.gz
|
||||
backup/*.partial
|
||||
|
||||
# Demo mode artifacts
|
||||
bbctrl.log*
|
||||
hooks.json
|
||||
/*/bbctrl.log*
|
||||
src/py/camotics/__init__.py
|
||||
src/py/camotics/gplan.so
|
||||
src/avr/emu/bbemu
|
||||
src/avr/emu/build/
|
||||
|
||||
.pi/pi-python35.tar.gz
|
||||
src/py/camotics/gplan.so.built
|
||||
tmp/
|
||||
backup/
|
||||
|
||||
Reference in New Issue
Block a user