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

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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