micropython/.gitignore

49 wiersze
599 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
2014-01-05 19:32:30 +00:00
############
# 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