From 480398cfd8298d344d85807d3a359416c427beb8 Mon Sep 17 00:00:00 2001 From: Nemirtingas Date: Sat, 15 Jun 2019 01:23:45 +0200 Subject: [PATCH] Added some ignores (for VS build) --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 103a206..109ca2d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,12 @@ base.exp base.lib rtlgenrandom* steamclient.exp -steamclient.lib \ No newline at end of file +steamclient.lib +external +.vs +*.sln +*.vcxproj* +Debug +Release +Win32 +x64 \ No newline at end of file