60 lines
608 B
Plaintext
60 lines
608 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Linker files
|
|
*.ilk
|
|
|
|
# Debugger Files
|
|
*.pdb
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# debug information files
|
|
*.dwo
|
|
|
|
# direnv
|
|
.direnv
|
|
|
|
# gitignore template for esp-idf, the official development framework for ESP32
|
|
# https://github.com/espressif/esp-idf
|
|
build/
|
|
sdkconfig
|
|
sdkconfig.old
|
|
|
|
managed_components/
|
|
.cache/
|
|
|
|
# Cryptographic files
|
|
*.jwk
|
|
*.jwe
|
|
|
|
# Other Binary files
|
|
*.pdf |