Files
examples/arduino-example/.gitignore
2025-12-18 20:03:39 +08:00

46 lines
545 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/*
.idea/**
*/.idea
**/.idea
# Other temporary files
*.log
*.swp
*~