2014-01-05 14:32:30 -05:00
|
|
|
# Compiled Sources
|
|
|
|
###################
|
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
*.elf
|
|
|
|
*.bin
|
|
|
|
*.map
|
|
|
|
*.hex
|
|
|
|
*.dis
|
2014-05-03 04:21:07 -04:00
|
|
|
*.exe
|
2014-01-05 14:32:30 -05:00
|
|
|
|
2017-07-18 23:12:10 -04:00
|
|
|
# Packages
|
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/
|
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
|
2017-02-07 00:00:34 -05:00
|
|
|
|
|
|
|
# Generated rst files
|
|
|
|
######################
|
|
|
|
genrst/
|