.hgignore
author František Kučera <franta-hg@frantovo.cz>
Thu, 24 Sep 2020 20:42:34 +0200
branchv_0
changeset 47 329757999664
parent 31 8a0848b9008a
permissions -rw-r--r--
fail-fast: report missing --relation and --attribute early and avoid crashing without any useful error message

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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