# HG changeset patch
# User Edouard TISSERANT <edouard.tisserant@gmail.com>
# Date 1259517469 -3600
# Node ID 379c66468cf6082aab938bcd576e0ecc6b1c706d
# Parent  f122eb4248b61e236be106488652871d6002fa5e
added files to ignore in hgignore

diff -r f122eb4248b6 -r 379c66468cf6 .hgignore
--- a/.hgignore	Sun Nov 29 18:06:38 2009 +0100
+++ b/.hgignore	Sun Nov 29 18:57:49 2009 +0100
@@ -1,1 +1,20 @@
 .project
+
+syntax: regexp
+^LPCBeremiz\.py$
+syntax: regexp
+^tests/canopen_slave/build$
+syntax: regexp
+^tests/canopen_master/build$
+syntax: regexp
+^tests/python/build$
+syntax: regexp
+^tests/svgui/build$
+syntax: regexp
+^tests/wxGlade/build$
+syntax: regexp
+^.*\.pyc$
+syntax: regexp
+^xmlclass$
+syntax: regexp
+^\.settings/org.eclipse.core.resources.prefs$