.hgignore
author František Kučera <franta-hg@frantovo.cz>
Mon, 03 Dec 2018 16:11:41 +0100
branchv_0
changeset 5 7c84323969d1
parent 0 c043377a757f
child 16 6b88bc57ae91
permissions -rw-r--r--
CLI: untieStdIO() to avoid unwanted implicit flush() calls on std::cout → less write() calls

syntax: glob

*~

syntax: regexp

^temp/

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

^.*\.qtcreator\.(config|creator|files|includes)