.hgignore
author František Kučera <franta-hg@frantovo.cz>
Wed, 28 Oct 2020 16:30:01 +0100
branchv_0
changeset 19 aabdab3e05a0
parent 0 a37196931f63
permissions -rw-r--r--
allow parsing a single scalar value (plain text) directly at the root, without any sequences or maps

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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