You've already forked M5Unit-DDS
mirror of
https://github.com/m5stack/M5Unit-DDS.git
synced 2026-05-20 10:34:33 -07:00
74 lines
619 B
Plaintext
74 lines
619 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# MacOS desktop metadata files
|
|
.DS_Store
|
|
|
|
# Build files
|
|
build/
|
|
cmake-build-*/
|
|
managed_components/
|
|
|
|
# PlatformIO
|
|
.pio/
|
|
|
|
# VSCode
|
|
.vscode/
|
|
.cache/
|
|
|
|
# Python virtual environment
|
|
.venv/
|
|
|
|
# Debug / Release files
|
|
Debug/
|
|
debug/
|
|
Release/
|
|
release/
|
|
out/
|
|
bin/
|
|
obj/
|
|
|
|
*.code-workspace
|
|
|
|
# Doxygen
|
|
docs/html/
|
|
|
|
# Temporary
|
|
tmp/
|
|
|
|
# Secrets
|
|
.env*
|
|
*.pem
|
|
*.key
|
|
*.cert
|