From 224e9ff28da4277c71f1d76f5b7b39c5b1c8697d Mon Sep 17 00:00:00 2001 From: Dan Long Date: Fri, 4 Jan 2013 13:02:54 -0600 Subject: [PATCH] Update Unity.gitignore Couple more file types that need to be ignored *.userprefs *.pidb --- Unity.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 6425e291..fd51f3db 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -6,3 +6,5 @@ *.csproj *.unityproj *.sln +*.userprefs +*.pidb