.hgignore
author alexander.shaykhrazeev@gmail.com <alexander.shaykhrazeev@gmail.com>
Fri, 26 Aug 2016 10:20:14 +0500
changeset 1526 0fa5de94c131
parent 955 7ef2f485c28f
child 1559 91129212e9a6
permissions -rw-r--r--
Added .idea dir to ignore.
.project

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