From 526bf54931ac8ce94edd43ef798b7a7010e1bbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Sun, 27 Mar 2016 19:45:26 +0100 Subject: [PATCH] Added Visual Studio 2015 .vs folder Visual Studio 2015 moved all the user specific configuration to a .vs folder, which shouldn't be tracked. --- UnrealEngine.gitignore | 5 +++++ 1 file changed, 5 insertions(+) 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/* + +