.hgignore
author František Kučera <franta-hg@frantovo.cz>
Thu, 09 Sep 2021 18:57:37 +0200
branchv_0
changeset 8 7c85dc9a310b
parent 0 1bb084f84eb9
permissions -rw-r--r--
implement --writer-option skip-empty and skip-null (omit entries with missing values)

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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