You've already forked uiflow-micropython
mirror of
https://github.com/m5stack/uiflow-micropython.git
synced 2026-05-20 10:39:27 -07:00
55 lines
689 B
Plaintext
55 lines
689 B
Plaintext
# Compiled Sources
|
|
###################
|
|
*.o
|
|
*.a
|
|
*.elf
|
|
*.bin
|
|
*.map
|
|
*.hex
|
|
*.dis
|
|
*.exe
|
|
|
|
# Packages
|
|
############
|
|
|
|
# Logs and Databases
|
|
######################
|
|
*.log
|
|
|
|
# VIM Swap Files
|
|
######################
|
|
*.swp
|
|
|
|
# Build directories
|
|
######################
|
|
build/
|
|
build-*/
|
|
|
|
# Test failure outputs
|
|
######################
|
|
tests/results/*
|
|
|
|
# Python cache files
|
|
######################
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Customized Makefile/project overrides
|
|
######################
|
|
GNUmakefile
|
|
user.props
|
|
|
|
# Generated rst files
|
|
######################
|
|
genrst/
|
|
|
|
# MacOS desktop metadata files
|
|
######################
|
|
.DS_Store
|
|
|
|
.vscode/
|
|
tools/littlefs/prebuilt/
|
|
|
|
dependencies.lock
|
|
m5stack/.workenv
|
|
managed_components/ |