46e7f8e4fb
on a per port basis. Also enables generating docs from inline RST in C code. Simply omits all lines except those that start with //|. Indentation after "//| " will be preserved.
46 lines
541 B
Plaintext
46 lines
541 B
Plaintext
# Compiled Sources
|
|
###################
|
|
*.o
|
|
*.a
|
|
!atmel-samd/asf/**/*.a
|
|
*.elf
|
|
*.bin
|
|
*.map
|
|
*.hex
|
|
*.dis
|
|
*.exe
|
|
|
|
# Packages
|
|
############
|
|
|
|
# Logs and Databases
|
|
######################
|
|
*.log
|
|
|
|
# VIM Swap Files
|
|
######################
|
|
*.swp
|
|
|
|
# Build directory
|
|
######################
|
|
build/
|
|
|
|
# Test failure outputs
|
|
######################
|
|
tests/*.exp
|
|
tests/*.out
|
|
|
|
# Python cache files
|
|
######################
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Customized Makefile/project overrides
|
|
######################
|
|
GNUmakefile
|
|
user.props
|
|
|
|
# Sphinx output
|
|
###############
|
|
_build
|