.hgignore
author František Kučera <franta-hg@frantovo.cz>
Wed, 30 Dec 2020 10:33:24 +0100
branchv_0
changeset 6 e498b3466342
parent 0 73e60c77be23
permissions -rw-r--r--
use xmlpp::Document instead of xmlpp::DomParser (the parser is not needed because we do not parse)

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

^\.dep\.inc
^dist/
^build/
^nbproject/private/