.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sun, 25 Apr 2021 18:47:57 +0200
branchv_0
changeset 89 25a11859975b
parent 86 3caa19520689
child 92 cf4971342380
permissions -rw-r--r--
streamlet examples: QR: rename qr to qr-decode + simplify Makefile

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