kopia lustrzana https://github.com/micropython/micropython
46 wiersze
542 B
Plaintext
46 wiersze
542 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/*.exp
|
|
tests/*.out
|
|
|
|
# Python cache files
|
|
######################
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Customized Makefile/project overrides
|
|
######################
|
|
GNUmakefile
|
|
user.props
|
|
|
|
# Generated rst files
|
|
######################
|
|
genrst/
|