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
|
|
|
|
2017-07-19 03:12:10 +00:00
|
|
|
# Packages
|
2014-01-05 19:32:30 +00:00
|
|
|
############
|
|
|
|
|
|
|
|
# Logs and Databases
|
|
|
|
######################
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# VIM Swap Files
|
|
|
|
######################
|
|
|
|
*.swp
|
|
|
|
|
2019-08-15 14:08:08 +00:00
|
|
|
# Build directories
|
2014-01-08 09:00:22 +00:00
|
|
|
######################
|
|
|
|
build/
|
2019-08-15 14:08:08 +00:00
|
|
|
build-*/
|
2014-04-10 21:32:04 +00:00
|
|
|
|
|
|
|
# Test failure outputs
|
|
|
|
######################
|
2020-04-07 14:19:49 +00:00
|
|
|
tests/results/*
|
2014-04-12 17:30:22 +00:00
|
|
|
|
|
|
|
# Python cache files
|
|
|
|
######################
|
|
|
|
__pycache__/
|
2016-08-27 08:15:00 +00:00
|
|
|
*.pyc
|
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
|
2017-02-07 05:00:34 +00:00
|
|
|
|
|
|
|
# Generated rst files
|
|
|
|
######################
|
|
|
|
genrst/
|
2021-05-03 00:12:58 +00:00
|
|
|
|
|
|
|
# MacOS desktop metadata files
|
|
|
|
######################
|
|
|
|
.DS_Store
|