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
|
|
|
|
############
|
|
|
|
|
|
|
|
# Logs and Databases
|
|
|
|
######################
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# VIM Swap Files
|
|
|
|
######################
|
|
|
|
*.swp
|
|
|
|
|
2014-01-08 09:00:22 +00:00
|
|
|
# Build directory
|
|
|
|
######################
|
|
|
|
build/
|
2014-04-10 21:32:04 +00:00
|
|
|
|
|
|
|
# Test failure outputs
|
|
|
|
######################
|
|
|
|
tests/*.exp
|
|
|
|
tests/*.out
|
2014-04-12 17:30:22 +00:00
|
|
|
|
|
|
|
# Python cache files
|
|
|
|
######################
|
|
|
|
__pycache__/
|
2014-07-24 07:09:56 +00:00
|
|
|
|
2015-04-30 08:14:59 +00:00
|
|
|
# Customized Makefile/project overrides
|
|
|
|
######################
|
2014-07-24 07:09:56 +00:00
|
|
|
GNUmakefile
|
2015-04-30 08:14:59 +00:00
|
|
|
user.props
|