.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 23 Apr 2022 19:08:11 +0200
branchv_0
changeset 95 f2f2b81079a5
parent 92 cf4971342380
permissions -rw-r--r--
comment on null bytes 0x00 in the Streamlet protocol

syntax: glob

*~
CMakeLists.txt.user
*.class

syntax: regexp

^temp/

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

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