Update .gitignore

This commit is contained in:
Nemirtingas 2020-10-13 13:16:47 +00:00
parent c077e8f8d7
commit c3db061c6a

45
.gitignore vendored
View File

@ -1,28 +1,17 @@
.vs/* .vs/*
.vscode/* .vscode/*
*.bin *.bin
*.o *.o
net.pb.* net.pb.*
*steam_api* *steam_api*
release/* release/*
/build*/ /build*/
*.obj *.obj
/dll/net.pb.cc /dll/net.pb.cc
/dll/net.pb.h /dll/net.pb.h
base.exp base.exp
base.lib base.lib
rtlgenrandom* rtlgenrandom*
steamclient.exp steamclient.exp
steamclient.lib steamclient.lib
<<<<<<< .gitignore out/*
external
.vs
*.sln
*.vcxproj*
Debug
Release
Win32
x64
=======
out/*
>>>>>>> .gitignore