From 56222abe2a33145d2fb0644ae548f51ee0fc5b9d Mon Sep 17 00:00:00 2001 From: ahmyi Date: Fri, 6 Dec 2013 22:32:04 +0800 Subject: [PATCH] Update Unity.gitignore Added MacOSX and windows auto generated file. Also include .booproj in ignore files --- Unity.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 00514587..0c26051a 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -9,3 +9,11 @@ /*.suo /*.user /*.pidb +/*.booproj +/*.svd + +# OSX Autogenerated +.DS_Store + +# Win Autogenerated +Thumbs.db