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