.hgignore
author František Kučera <franta-hg@frantovo.cz>
Thu, 04 Jun 2020 00:03:37 +0200
branchv_0
changeset 46 85e6dc1853ee
parent 0 c205f5d06418
permissions -rw-r--r--
transaction control: disable auto-commit, run all statements in a single transaction, do rollback on exception

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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