Update .gitignore

This commit is contained in:
Nemirtingas 2020-10-13 13:16:47 +00:00
parent c077e8f8d7
commit c3db061c6a
1 changed files with 17 additions and 28 deletions

45
.gitignore vendored
View File

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