From 07fc03aec4834b88a6b0b74463c4d6dd5739dbab Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Mon, 10 Dec 2018 16:27:00 +0100 Subject: [PATCH] Updated ignore file. --- .gitignore | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index cd52c25..da402ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ -/tmp/ -/obj/ -/bin/ -/out/ -/ipch/ +*.db +*.local.* +*.old +*.opensdf *.sdf *.suo *.user -*.opensdf -*.old -*.db -*.local.* +/.vs +/bin/ +/ipch/ +/obj/ +/out/ +/tmp/