.hgignore
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 09 Mar 2017 18:03:57 +0300
changeset 1659 aec0ed4b6f39
parent 1651 f077f8fb9ba7
child 1725 f8e4650619f7
permissions -rw-r--r--
add hotkeys to open recent projects

For simplicity only last 9 projects are saved.

Alt-F, R, 1 - to open last opened project
Alt-F, R, 2 ...
...
Alt-F, R, 9 ...
.project

.directory

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

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