.hgignore
author František Kučera <franta-hg@frantovo.cz>
Tue, 21 Sep 2021 21:02:43 +0200
branchv_0
changeset 34 7eb3dcacba7b
parent 0 16c7fa9b7c49
permissions -rw-r--r--
implement --parser-option allow-line-continuation-with-escaping + add skeleton for allow-line-continuation-with-space

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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