24 lines
281 B
Plaintext
24 lines
281 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/discord-game-sdk-cpp/*.cpp
|
|
src/discord-game-sdk-cpp/*.h
|
|
src/discord-game-sdk-cpp/*.md |