Added build directories exclusion

This commit is contained in:
2025-12-26 13:03:03 +01:00
parent 821cdf6a02
commit 6143a97f5d
4 changed files with 2 additions and 6 deletions

2
.gitignore vendored
View File

@@ -1 +1,3 @@
/rpi/api-resources/generated/ /rpi/api-resources/generated/
/esp32-thread/open-thread-client/build/
/esp32-thread/open-thread-rcp/build/

View File

@@ -1 +0,0 @@
docker run --name=otbr --detach --network=host --cap-add=NET_ADMIN --device=/dev/ttyACM0 --device=/dev/net/tun --volume=/var/lib/otbr:/data --env-file=otbr-env.list --restart=always openthread/border-router

View File

@@ -1 +0,0 @@
docker pull openthread/border-router:latest

View File

@@ -1,4 +0,0 @@
OT_RCP_DEVICE=spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=1000000
OT_INFRA_IF=wlan0
OT_THREAD_IF=wpan0
OT_LOG_LEVEL=7