From: Álison Fernandes Date: Sun, 27 Mar 2016 18:45:26 +0000 (+0100) Subject: Added Visual Studio 2015 .vs folder X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=526bf54931ac8ce94edd43ef798b7a7010e1bbe3;p=gitignore.git Added Visual Studio 2015 .vs folder Visual Studio 2015 moved all the user specific configuration to a .vs folder, which shouldn't be tracked. --- diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 94e990aa..ccdf78f3 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -1,3 +1,6 @@ +# Visual Studio 2015 user specific files +.vs/ + # Compiled Object files *.slo *.lo @@ -57,3 +60,5 @@ Intermediate/* # Cache files for the editor to use DerivedDataCache/* + +