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