.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 01 May 2021 18:18:01 +0200
branchv_0
changeset 92 cf4971342380
parent 89 25a11859975b
permissions -rw-r--r--
streamlet examples: QR: rename qr → barcode

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