2014-01-05 21:32:30 +02:00
|
|
|
# Compiled Sources
|
|
|
|
###################
|
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
*.elf
|
|
|
|
*.bin
|
|
|
|
*.map
|
|
|
|
*.hex
|
|
|
|
*.dis
|
2014-05-03 10:21:07 +02:00
|
|
|
*.exe
|
2014-01-05 21:32:30 +02:00
|
|
|
|
2017-07-19 13:12:10 +10:00
|
|
|
# Packages
|
2014-01-05 21:32:30 +02:00
|
|
|
############
|
|
|
|
|
|
|
|
# Logs and Databases
|
|
|
|
######################
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# VIM Swap Files
|
|
|
|
######################
|
|
|
|
*.swp
|
|
|
|
|
2014-01-08 01:00:22 -08:00
|
|
|
# Build directory
|
|
|
|
######################
|
|
|
|
build/
|
2014-04-10 22:32:04 +01:00
|
|
|
|
|
|
|
# Test failure outputs
|
|
|
|
######################
|
|
|
|
tests/*.exp
|
|
|
|
tests/*.out
|
2014-04-12 18:30:22 +01:00
|
|
|
|
|
|
|
# Python cache files
|
|
|
|
######################
|
|
|
|
__pycache__/
|
2016-08-27 10:15:00 +02:00
|
|
|
*.pyc
|
2014-07-24 00:09:56 -07:00
|
|
|
|
2015-04-30 10:14:59 +02:00
|
|
|
# Customized Makefile/project overrides
|
|
|
|
######################
|
2014-07-24 00:09:56 -07:00
|
|
|
GNUmakefile
|
2015-04-30 10:14:59 +02:00
|
|
|
user.props
|
2017-02-07 16:00:34 +11:00
|
|
|
|
|
|
|
# Generated rst files
|
|
|
|
######################
|
|
|
|
genrst/
|