.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 13 Nov 2021 11:52:54 +0100
branchv_0
changeset 21 22eb4838e8d0
parent 4 22ab32f49b72
permissions -rw-r--r--
check total number of values and throw exception if it does not match the number of columns

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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