.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 24 Apr 2021 20:03:39 +0200
branchv_0
changeset 86 3caa19520689
parent 72 f7b9db6fc32b
child 89 25a11859975b
permissions -rw-r--r--
streamlet examples: QR: first version

syntax: glob

*~
CMakeLists.txt.user
*.class

syntax: regexp

^temp/

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

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