mirror of
https://github.com/m5stack/M5Stack_MicroPython.git
synced 2026-05-20 10:14:44 -07:00
58 lines
638 B
Plaintext
58 lines
638 B
Plaintext
# Compiled Sources
|
|
###################
|
|
*.o
|
|
*.a
|
|
*.elf
|
|
#*.bin
|
|
*.map
|
|
*.hex
|
|
*.dis
|
|
#*.exe
|
|
|
|
# Packages
|
|
############
|
|
|
|
# Logs and Databases
|
|
######################
|
|
*.log
|
|
|
|
# VIM Swap Files
|
|
######################
|
|
*.swp
|
|
|
|
# Build directory
|
|
######################
|
|
build/
|
|
|
|
# Test failure outputs
|
|
######################
|
|
tests/*.exp
|
|
tests/*.out
|
|
|
|
# Python cache files
|
|
######################
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Customized Makefile/project overrides
|
|
######################
|
|
GNUmakefile
|
|
user.props
|
|
|
|
# Generated rst files
|
|
######################
|
|
genrst/
|
|
|
|
BUILD
|
|
tests/
|
|
|
|
esp-idf/
|
|
esp-idf_psram/
|
|
xtensa-esp32-elf/
|
|
xtensa-esp32-elf_psram/
|
|
|
|
backup.sh
|
|
|
|
|
|
\.vscode/
|