19 lines
159 B
Plaintext
19 lines
159 B
Plaintext
# Objects.
|
|
.scons-cache/
|
|
*.os
|
|
|
|
# SConstruct
|
|
.sconf_temp
|
|
.sconsign.dblite
|
|
*.pyc
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
#Cmake
|
|
build/
|
|
|
|
#Cleanup unused build files
|
|
*.obj
|
|
*.exp
|
|
*.lib |