.hgignore
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 13 Sep 2021 22:23:14 +0200
changeset 3351 88dbdebd10fc
parent 3193 8006bb60a4dd
child 3424 7db96e011fe7
permissions -rw-r--r--
IDE: Add a "Tutorials and Examples" sub menu to "File" menu to directly open projects in /exemples directory. Move 'python' and 'first_steps' projecvts from /tests to /exemple
.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