micropython/.gitignore

38 wiersze
430 B
Plaintext
Czysty Zwykły widok Historia

2014-01-05 19:32:30 +00:00
# Compiled Sources
###################
*.o
*.a
*.elf
*.bin
*.map
*.hex
*.dis
2014-05-03 08:21:07 +00:00
*.exe
2014-01-05 19:32:30 +00:00
# Packages
############
# Logs and Databases
######################
*.log
# VIM Swap Files
######################
*.swp
# Build directory
######################
build/
# Test failure outputs
######################
tests/*.exp
tests/*.out
# Python cache files
######################
__pycache__/
# Customized Makefile overrides
GNUmakefile