You've already forked M5Unit-CRYPTO
mirror of
https://github.com/m5stack/M5Unit-CRYPTO.git
synced 2026-05-20 11:37:42 -07:00
54 lines
401 B
Plaintext
54 lines
401 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
|
|
|
|
# Doxygen
|
|
docs/html/
|
|
|
|
# PlatformIO
|
|
.pio/
|
|
|
|
# IDE
|
|
.vscode/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Temporary
|
|
tmp/
|
|
|
|
# Secrets
|
|
.env*
|
|
*.pem
|
|
*.key
|
|
*.cert
|