.hgignore
author František Kučera <franta-hg@frantovo.cz>
Mon, 23 Nov 2020 19:14:48 +0100
branchv_0
changeset 11 89cc91936979
parent 0 16c7fa9b7c49
permissions -rw-r--r--
multi-line support: plain (unquoted) line continuations (\)

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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