From 842718f53f854e6c8ffc8f623716fc9ea2b7d960 Mon Sep 17 00:00:00 2001 From: Eric Skroch Date: Sat, 21 Sep 2013 07:40:14 -0400 Subject: [PATCH] Updated the .hgignore file to exclude .xccheckout files created by Xcode 5. --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index 70ee8fde1..3d1b6dff6 100644 --- a/.hgignore +++ b/.hgignore @@ -26,6 +26,7 @@ build/* **.mode?v? **.perspectivev? **.xcuserstate +**.xccheckout **/xcuserdata/* # AppCode settings