.hgignore
author František Kučera <franta-hg@frantovo.cz>
Wed, 07 Oct 2020 22:30:09 +0200
branchv_0
changeset 23 d2ad84dcf249
parent 0 3bc3b33ccb02
permissions -rw-r--r--
simplify CLI options: --client --connect-to --required-connections + add --port

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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