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/*
|