added files to ignore in hgignore
authorEdouard TISSERANT <edouard.tisserant@gmail.com>
Sun, 29 Nov 2009 18:57:49 +0100
changeset 441 379c66468cf6
parent 440 f122eb4248b6
child 442 f971de6d274f
child 446 1edde533db19
added files to ignore in hgignore
.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$