You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
862 B
75 lines
862 B
# Compiled Sources |
|
################### |
|
*.o |
|
*.a |
|
!atmel-samd/asf/**/*.a |
|
*.elf |
|
*.bin |
|
*.map |
|
*.hex |
|
*.dis |
|
*.exe |
|
|
|
# Packages |
|
############ |
|
dist/ |
|
*.egg-info |
|
|
|
# Logs and Databases |
|
###################### |
|
*.log |
|
|
|
# VIM Swap Files |
|
###################### |
|
*.swp |
|
|
|
# Build directory |
|
###################### |
|
build/ |
|
bin/ |
|
circuitpython-stubs/ |
|
|
|
# Test failure outputs |
|
###################### |
|
tests/*.exp |
|
tests/*.out |
|
|
|
# Python cache files |
|
###################### |
|
__pycache__/ |
|
*.pyc |
|
|
|
# Customized Makefile/project overrides |
|
###################### |
|
GNUmakefile |
|
user.props |
|
|
|
# Sphinx output |
|
############### |
|
_build |
|
|
|
# Generated rst files |
|
###################### |
|
genrst/ |
|
|
|
# ctags and similar |
|
################### |
|
TAGS |
|
|
|
# Merge leftovers |
|
################# |
|
*.orig |
|
|
|
# Emacs backup files |
|
#################### |
|
*~ |
|
|
|
*.DS_Store |
|
**/*.DS_Store |
|
*.icloud |
|
|
|
# POEdit mo files |
|
#################### |
|
*.mo |
|
|
|
.vscode
|
|
|