.hgignore
author Surkov Sergey <surkovsv93@gmail.com>
Fri, 27 Jan 2017 16:01:23 +0300
changeset 1646 2d1fb99065e8
parent 1560 4ce8492159ab
child 1651 f077f8fb9ba7
child 1911 c1298e7ffe3a
permissions -rw-r--r--
fix exception handling
now only one exception dialog is displayed, if many same type exceptions handled (like in #16), and bug reports files always save after exception, not only after pressing "OK" button in exception dialog, closes #17
.project

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

bug_report.*\.txt
i18n/.*.new$
revision