.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sun, 25 Apr 2021 19:26:43 +0200
branchv_0
changeset 90 59d12eee189f
parent 89 25a11859975b
child 92 cf4971342380
permissions -rw-r--r--
streamlet examples: QR: value-pattern option e.g. --option value-pattern "urn:uuid:.*" will look for QR codes containing URIs like „urn:uuid:c3e98a0d-97cf-4348-b46e-2bbb115ceea3“

syntax: glob

*~
CMakeLists.txt.user
*.class

syntax: regexp

^temp/

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

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