From a8015bf4c4adb22f83eecbc6e3f4515c0fe699f9 Mon Sep 17 00:00:00 2001 From: Junian Date: Tue, 23 Jul 2013 13:04:24 +0700 Subject: [PATCH] Update Unity.ignore based on the latest Unity 4.x *.booproj is Project file for Boo Language *.pidb is generated while debugging our game *.userprefs is generated based on our local preferences in code editor --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 6425e291..924083b5 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -5,4 +5,7 @@ # Autogenerated VS/MD solution and project files *.csproj *.unityproj +*.booproj *.sln +*.pidb +*.userprefs