beremiz

added files to ignore in hgignore

2009-11-29, Edouard TISSERANT
379c66468cf6
added files to ignore in hgignore
  • +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$