4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 15:19:21 +08:00
2014-04-03 17:59:14 +08:00

27 lines
193 B
Plaintext

# Object files
*.o
*.bin
*.pyc
*.map
*.elf
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
.scons*
# directory
build/*