.hgignore
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Tue, 27 Jun 2017 13:30:48 +0300
changeset 1709 1e8900fc8ddb
parent 1651 f077f8fb9ba7
child 1725 f8e4650619f7
permissions -rw-r--r--
fix build problem when make command have trailing whitespace(s)

whitespaces at the end are replaced with "", that causes make problem
.project

.directory

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

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