32 lines
482 B
Plaintext
32 lines
482 B
Plaintext
# ========================
|
|
# 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
|