2014-01-05 14:32:30 -05:00
|
|
|
# Compiled Sources
|
|
|
|
###################
|
|
|
|
*.o
|
|
|
|
*.a
|
2016-09-07 17:35:40 -04:00
|
|
|
!atmel-samd/asf/**/*.a
|
2014-01-05 14:32:30 -05:00
|
|
|
*.elf
|
|
|
|
*.bin
|
|
|
|
*.map
|
|
|
|
*.hex
|
|
|
|
*.dis
|
2014-05-03 04:21:07 -04:00
|
|
|
*.exe
|
2014-01-05 14:32:30 -05:00
|
|
|
|
2017-06-20 13:56:05 -04:00
|
|
|
# Packages
|
2014-01-05 14:32:30 -05:00
|
|
|
############
|
2019-05-11 23:00:22 -04:00
|
|
|
dist/
|
|
|
|
*.egg-info
|
2020-05-12 20:15:28 -04:00
|
|
|
.eggs
|
2014-01-05 14:32:30 -05:00
|
|
|
|
|
|
|
# Logs and Databases
|
|
|
|
######################
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# VIM Swap Files
|
|
|
|
######################
|
|
|
|
*.swp
|
|
|
|
|
2014-01-08 04:00:22 -05:00
|
|
|
# Build directory
|
|
|
|
######################
|
|
|
|
build/
|
2017-01-05 19:21:16 -05:00
|
|
|
bin/
|
2019-05-11 23:00:22 -04:00
|
|
|
circuitpython-stubs/
|
2014-04-10 17:32:04 -04:00
|
|
|
|
|
|
|
# Test failure outputs
|
|
|
|
######################
|
|
|
|
tests/*.exp
|
|
|
|
tests/*.out
|
2014-04-12 13:30:22 -04:00
|
|
|
|
|
|
|
# Python cache files
|
|
|
|
######################
|
|
|
|
__pycache__/
|
2016-08-27 04:15:00 -04:00
|
|
|
*.pyc
|
2014-07-24 03:09:56 -04:00
|
|
|
|
2015-04-30 04:14:59 -04:00
|
|
|
# Customized Makefile/project overrides
|
|
|
|
######################
|
2014-07-24 03:09:56 -04:00
|
|
|
GNUmakefile
|
2015-04-30 04:14:59 -04:00
|
|
|
user.props
|
2016-10-18 20:42:47 -04:00
|
|
|
|
|
|
|
# Sphinx output
|
|
|
|
###############
|
|
|
|
_build
|
2017-06-20 13:56:05 -04:00
|
|
|
|
2017-02-07 00:00:34 -05:00
|
|
|
# Generated rst files
|
|
|
|
######################
|
|
|
|
genrst/
|
2020-05-14 18:57:35 -04:00
|
|
|
/autoapi/
|
2020-06-14 12:11:44 -04:00
|
|
|
/shared-bindings/**/*.rst
|
2017-11-06 18:35:23 -05:00
|
|
|
|
|
|
|
# ctags and similar
|
|
|
|
###################
|
|
|
|
TAGS
|
|
|
|
|
|
|
|
# Merge leftovers
|
|
|
|
#################
|
|
|
|
*.orig
|
|
|
|
|
2018-07-10 22:29:36 -04:00
|
|
|
# Emacs backup files
|
|
|
|
####################
|
|
|
|
*~
|
|
|
|
|
2018-06-27 14:17:13 -04:00
|
|
|
*.DS_Store
|
2019-12-16 08:58:56 -05:00
|
|
|
**/*.DS_Store
|
|
|
|
*.icloud
|
2018-08-23 22:36:02 -04:00
|
|
|
|
|
|
|
# POEdit mo files
|
|
|
|
####################
|
|
|
|
*.mo
|
2019-04-07 16:15:04 -04:00
|
|
|
|
|
|
|
.vscode
|