.hgignore
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Fri, 01 Mar 2019 16:55:16 +0300
changeset 2518 c48470e2b383
parent 2352 fec90dc70e16
child 3193 8006bb60a4dd
permissions -rw-r--r--
Fix section styling in code editor (python and c extensions) if non-latin symbols are used in the code

Problem exists even if non-latin characters are placed in comments.
Close #76
.project

.directory
.pytest_cache
.cache
.coverage_full

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

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

doc/_build
doc/locale