mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 15:59:22 +08:00
27 lines
193 B
Plaintext
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/*
|