.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sun, 03 Feb 2019 01:44:07 +0100
branchv_0
changeset 6 4062b8436838
parent 0 f36bf14d45cb
permissions -rw-r--r--
CLI parser: first version (only single relation is supported)

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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