.hgignore
author František Kučera <franta-hg@frantovo.cz>
Mon, 17 Dec 2018 20:06:29 +0100
branchv_0
changeset 11 9d528c98912d
parent 0 a1301a106504
permissions -rw-r--r--
cut can also do DROP of whole relation: just use regex that matches no attributes like $^

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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