From 7b2cc6481adc7bc1fea6206b23320e79fc2147a6 Mon Sep 17 00:00:00 2001 From: vspader Date: Sun, 16 Aug 2009 10:58:28 -0700 Subject: [PATCH] Updated hgignore to exclude build directories. --- .hgignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.hgignore b/.hgignore index d2e52e1bd..816b0ad08 100644 --- a/.hgignore +++ b/.hgignore @@ -2,3 +2,5 @@ syntax: glob *.mode1v3 *.mode2v3 *.pbxuser +build +*/build