From 4298c1fb2c41fc92ffe7e125cb1b5798ed98f2c1 Mon Sep 17 00:00:00 2001 From: Marc Schlaich Date: Thu, 11 Dec 2014 09:59:31 +0100 Subject: [PATCH] gitignore: ignore Visual Studio files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/libuv/libuv/pull/59 Reviewed-By: Bert Belder Reviewed-By: Saúl Ibarra Corretgé --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index afa05394..d9300a21 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,10 @@ vgcore.* /run-benchmarks.dSYM *.sln +*.sln.cache +*.ncb *.vcproj +*.vcproj*.user *.vcxproj *.vcxproj.filters *.vcxproj.user