From 8b00fa88a80fdc7209c0adc02415f194ab6c7fae Mon Sep 17 00:00:00 2001 From: Matthias Viranyi Date: Fri, 12 Dec 2014 14:04:48 +0100 Subject: [PATCH 1/4] Adds several annoying files to Unity3D ignore file, like platform cache files (Mac + Windows), the famous Unity3D pidb.meta --- Unity.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 1e481e38..cfe17348 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -13,5 +13,15 @@ *.pidb *.booproj +# Unity3D generated meta files +*.pidb.meta + # Unity3D Generated File On Crash Reports sysinfo.txt + +# General operating system files +*.DS_STORE +*.db + +# Some additional ones +*.tmp From 80b400595bcde60b424ef161d181c1bf170ac0ae Mon Sep 17 00:00:00 2001 From: Matthias Viranyi Date: Fri, 12 Dec 2014 14:26:12 +0100 Subject: [PATCH 2/4] Adds forgotten UnityVS / VS2013 related solution files. --- Unity.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index cfe17348..5f6a7594 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -7,7 +7,9 @@ *.csproj *.unityproj *.sln +*.sln.DotSettings *.suo +*.tmp *.user *.userprefs *.pidb @@ -23,5 +25,3 @@ sysinfo.txt *.DS_STORE *.db -# Some additional ones -*.tmp From 5409dc172d75ec5aa40d4f2d2eba9db9a07f5311 Mon Sep 17 00:00:00 2001 From: Matthias Viranyi Date: Mon, 5 Jan 2015 14:18:30 +0100 Subject: [PATCH 3/4] Update Unity.gitignore Removes queried extensions. --- Unity.gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 5f6a7594..9078dfb1 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -7,7 +7,6 @@ *.csproj *.unityproj *.sln -*.sln.DotSettings *.suo *.tmp *.user @@ -21,7 +20,3 @@ # Unity3D Generated File On Crash Reports sysinfo.txt -# General operating system files -*.DS_STORE -*.db - From 3a959fc2ae3f8fb988e72304ed073809197d9048 Mon Sep 17 00:00:00 2001 From: Matthias Viranyi Date: Mon, 5 Jan 2015 14:27:24 +0100 Subject: [PATCH 4/4] Update Unity.gitignore And removes the last new line. --- Unity.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 9078dfb1..e31b6a51 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -19,4 +19,3 @@ # Unity3D Generated File On Crash Reports sysinfo.txt -