Files
discord-rpc-godot/.gitignore
2023-04-29 19:06:40 +02:00

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