Initial commit: Set up Zephyr MQTT project
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Zephyr build artifacts
|
||||
build/
|
||||
run/
|
||||
samples/
|
||||
flash.bin
|
||||
*.bin
|
||||
*.hex
|
||||
*.elf
|
||||
*.map
|
||||
*.lst
|
||||
*.obj
|
||||
*.o
|
||||
*.d
|
||||
Reference in New Issue
Block a user