22 lines
217 B
Plaintext
22 lines
217 B
Plaintext
# Objects.
|
|
.scons-cache/
|
|
*.os
|
|
|
|
# SConstruct
|
|
.sconf_temp
|
|
.sconsign.dblite
|
|
*.pyc
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
#Cmake
|
|
build/
|
|
|
|
#Cleanup unused build files
|
|
*.obj
|
|
*.exp
|
|
*.lib
|
|
|
|
#Clean files from the Game SDK
|
|
src/lib/discord_game_sdk/ |