]> source.dussan.org Git - gitignore.git/commitdiff
Added Visual Studio 2015 .vs folder
authorÁlison Fernandes <alisonfernandes@gmail.com>
Sun, 27 Mar 2016 18:45:26 +0000 (19:45 +0100)
committerÁlison Fernandes <alisonfernandes@gmail.com>
Sun, 27 Mar 2016 18:45:26 +0000 (19:45 +0100)
Visual Studio 2015 moved all the user specific configuration to a .vs folder, which shouldn't be tracked.

UnrealEngine.gitignore

index 94e990aa0fc444923d978363b56dc3675697d580..ccdf78f394e16eb0eb527f96ccc50463c79bd67d 100644 (file)
@@ -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/*
+
+