32 lines
277 B
Plaintext
32 lines
277 B
Plaintext
# Build directories
|
|
build*/
|
|
build.clang/
|
|
build.gcc/
|
|
|
|
# SDK configuration
|
|
sdkconfig
|
|
sdkconfig.old
|
|
|
|
# Components
|
|
components/
|
|
managed_components/
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Cache
|
|
.cache/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak |