mirror of
https://github.com/m5stack/M5Stack_MicroPython.git
synced 2026-05-20 10:14:44 -07:00
Some improvements and bug fixes Should now support many more FTP clients Updated 'curl' module mail functions can now be excluded from build (via menuconfig)
38 lines
441 B
Plaintext
38 lines
441 B
Plaintext
# Compiled Sources
|
|
###################
|
|
*.o
|
|
*.a
|
|
*.elf
|
|
#*.bin
|
|
*.map
|
|
*.hex
|
|
*.dis
|
|
#*.exe
|
|
|
|
# Packages
|
|
############
|
|
|
|
# Logs and Databases
|
|
######################
|
|
*.log
|
|
|
|
# Build directory
|
|
######################
|
|
build/
|
|
|
|
patches/
|
|
|
|
partitions_mpy.csv
|
|
/sdkconfig
|
|
sdkconfig.old
|
|
_sdkconfig.saved
|
|
sdkconfig.fw_esp32
|
|
sdkconfig.fw_esp32_ota
|
|
sdkconfig.fw_psram
|
|
sdkconfig.fw_psram_ota
|
|
sdkconfig.fw_all
|
|
sdkconfig.fw_psram_all
|
|
|
|
make_firmwares.sh
|
|
mncfg_exit.txt
|