.hgignore
author František Kučera <franta-hg@frantovo.cz>
Mon, 23 Nov 2020 17:23:16 +0100
branchv_0
changeset 8 83b23480d41f
parent 0 16c7fa9b7c49
permissions -rw-r--r--
emit also the section comments: e.g. „[section] ; comment“

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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