.hgignore
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 27 Oct 2016 16:24:13 +0300
changeset 1553 abe55de5316b
parent 1526 0fa5de94c131
child 1559 91129212e9a6
permissions -rw-r--r--
fix issue that sometimes period for cyclic task wasn't saved.

This is complete fix for the problem described in 8626bba.
.project

syntax: regexp
^tests/.*/build$
^.idea/.*
syntax: regexp
^.*\.pyc$
syntax: regexp
^.*~$
syntax: regexp
^.*\.swp$