Files
examples/arduino-example/.gitignore
2025-12-08 19:46:11 +08:00

48 lines
601 B
Plaintext

# PlatformIO Build Environments
.pio/
.pioenvs/
# PlatformIO Library Dependencies
.piolibdeps/
# Clang Complete files (if used for IntelliSense)
.clang_complete
gcc-flags.json
# VS Code specific files (if using VS Code)
.vscode/
# Other common ignored files
*.o
*.elf
*.bin
*.hex
*.map
*.lst
.DS_Store # macOS specific
Thumb.db # Windows specific
# Build artifacts
cmake-build-debug/
cmake-build-release/
*.o
*.obj
*.exe
*.dll
*.so
*.a
*.lib
# CLion specific files
.idea/workspace.xml
.idea/user.prefs
.idea/vcs.xml
.idea/misc.xml
.idea/*.iml
.idea/*.xml
# Other temporary files
*.log
*.swp
*~