Initial commit

This commit is contained in:
2026-05-03 18:01:55 +02:00
commit 37c66db93e
4 changed files with 80 additions and 0 deletions

31
zephyr.gitignore Normal file
View File

@@ -0,0 +1,31 @@
# ========================
# Build directory
# ========================
build/
**/build/
# ========================
# CMake
# ========================
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
# ========================
# Zephyr / west (optional)
# ========================
.west/
# ========================
# Editor / IDE
# ========================
.vscode/
.idea/
*.swp
# ========================
# OS
# ========================
.DS_Store
Thumbs.db