.hgignore
author František Kučera <franta-hg@frantovo.cz>
Tue, 28 Jan 2020 23:35:25 +0100
branchv_0
changeset 69 52f837fbb216
parent 63 8c6885543e2c
child 72 f7b9db6fc32b
permissions -rw-r--r--
streamlet examples: symlink to StreamletMsg.h

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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

^streamlet-examples/(xpath|pid)$