.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 05 Dec 2020 19:48:52 +0100
branchv_0
changeset 6 67dc7aaa5ed7
parent 0 66a454290286
permissions -rw-r--r--
rather fail-fast than hide mistakes (might be e.g. a typo in the source YAML file)

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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