mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
40 lines
519 B
Plaintext
40 lines
519 B
Plaintext
# Compiled source #
|
|
###################
|
|
*.o
|
|
*.bin
|
|
*.map
|
|
*.hex
|
|
*.dis
|
|
*.pyc
|
|
|
|
# Cscope files #
|
|
############
|
|
cscope.*
|
|
|
|
# Logs and databases #
|
|
######################
|
|
*.log
|
|
|
|
# VIM swap files #
|
|
######################
|
|
*.swp
|
|
|
|
# Build dir #
|
|
######################
|
|
build
|
|
docker/build/
|
|
|
|
# Old releases
|
|
######################
|
|
releases
|
|
|
|
# Alif tools temp files
|
|
######################
|
|
tools/alif/**/*.cfg
|
|
tools/alif/**/*.crt
|
|
tools/alif/**/*.ds
|
|
tools/alif/**/*.bin
|
|
tools/alif/**/*.bin.sign
|
|
tools/alif/build/*-map.txt
|
|
tools/st/stedgeai
|