.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 24 Oct 2020 22:59:57 +0200
branchv_0
changeset 83 872bc774e471
parent 72 f7b9db6fc32b
child 86 3caa19520689
permissions -rw-r--r--
streamlet examples: date usage: find -print0 | relpipe-in-filesystem --file name --streamlet date | relpipe-out-tabular

syntax: glob

*~
CMakeLists.txt.user
*.class

syntax: regexp

^temp/

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

^streamlet-examples/(xpath|pid|jar_info|zip_info)$