2014-01-05 19:32:30 +00:00
|
|
|
# Compiled Sources
|
|
|
|
###################
|
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
*.elf
|
|
|
|
*.bin
|
|
|
|
*.map
|
|
|
|
*.hex
|
|
|
|
*.dis
|
2014-05-03 09:21:07 +01:00
|
|
|
*.exe
|
2014-01-05 19:32:30 +00:00
|
|
|
|
2017-07-19 04:12:10 +01:00
|
|
|
# Packages
|
2014-01-05 19:32:30 +00:00
|
|
|
############
|
|
|
|
|
|
|
|
# Logs and Databases
|
|
|
|
######################
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# VIM Swap Files
|
|
|
|
######################
|
|
|
|
*.swp
|
|
|
|
|
2014-01-08 09:00:22 +00: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 09:15:00 +01:00
|
|
|
*.pyc
|
2014-07-24 08:09:56 +01:00
|
|
|
|
2015-04-30 09:14:59 +01:00
|
|
|
# Customized Makefile/project overrides
|
|
|
|
######################
|
2014-07-24 08:09:56 +01:00
|
|
|
GNUmakefile
|
2015-04-30 09:14:59 +01:00
|
|
|
user.props
|
2017-02-07 05:00:34 +00:00
|
|
|
|
|
|
|
# Generated rst files
|
|
|
|
######################
|
|
|
|
genrst/
|