beremiz

More ignored files in .hgignore

2013-03-04, Edouard Tisserant
7ef2f485c28f
More ignored files in .hgignore
  • +4 -0
    .hgignore
  • --- a/.hgignore Mon Mar 04 17:49:12 2013 +0900
    +++ b/.hgignore Mon Mar 04 17:49:38 2013 +0900
    @@ -4,3 +4,7 @@
    ^tests/.*/build$
    syntax: regexp
    ^.*\.pyc$
    +syntax: regexp
    +^.*~$
    +syntax: regexp
    +^.*\.swp$