From 07c89340f13f768a4cc2b049cfb2fbc119cb5503 Mon Sep 17 00:00:00 2001 From: Jibran Syed Date: Fri, 30 Aug 2013 10:29:50 -0500 Subject: [PATCH] Update Unity.gitignore Added *.userprefs, *.pidb, and *.booproj files to .gitignore for Unity3D projects. --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 6425e291..b521dabc 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -6,3 +6,6 @@ *.csproj *.unityproj *.sln +*.pidb +*.userprefs +*.booproj