beremiz
Clone
Summary
Browse
Changes
Graph
added files to ignore in hgignore
2009-11-29, Edouard TISSERANT
379c66468cf6
Parents
f122eb4248b6
Children
f971de6d274f
1edde533db19
added files to ignore in hgignore
1 files changed, 19 insertions(+), 0 deletions(-)
+19
-0
.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$