.hgignore
author Edouard Tisserant <edouard@beremiz.fr>
Tue, 27 Feb 2024 12:11:24 +0100
changeset 3906 f831ff63ca6e
parent 3424 7db96e011fe7
permissions -rw-r--r--
IDE: display contents of revisions.txt (put there by installer builder script) in About Dialog.
.project

.svghmithumbs

.directory
.pytest_cache
.cache
.coverage_full

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

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

doc/_build
doc/locale

^.*\$py.class$