34 lines
379 B
Plaintext
34 lines
379 B
Plaintext
# Compiled Sources
|
|
###################
|
|
*.o
|
|
*.a
|
|
*.elf
|
|
*.bin
|
|
*.map
|
|
*.hex
|
|
*.dis
|
|
|
|
# Packages
|
|
############
|
|
|
|
# Logs and Databases
|
|
######################
|
|
*.log
|
|
|
|
# VIM Swap Files
|
|
######################
|
|
*.swp
|
|
|
|
# Build directory
|
|
######################
|
|
build/
|
|
|
|
# Test failure outputs
|
|
######################
|
|
tests/*.exp
|
|
tests/*.out
|
|
|
|
# Python cache files
|
|
######################
|
|
__pycache__/
|