.hgignore
author František Kučera <franta-hg@frantovo.cz>
Mon, 27 Jan 2020 00:03:14 +0100
branchv_0
changeset 63 8c6885543e2c
parent 11 f12594938a03
child 72 f7b9db6fc32b
permissions -rw-r--r--
streamlet examples: common functions in C/C++

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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

^streamlet-examples/(xpath|pid)$