.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sun, 25 Apr 2021 20:30:53 +0200
branchv_0
changeset 91 cb1adcd17d0c
parent 89 25a11859975b
child 92 cf4971342380
permissions -rw-r--r--
streamlet examples: QR: file-pattern option e.g. --option "file-pattern" '.*\.jpeg' will analyze only JPEG files while others will be skipped

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)$