.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 04 Dec 2021 21:14:49 +0100
branchv_0
changeset 94 b26e9b224fbe
parent 92 cf4971342380
permissions -rw-r--r--
Added tag v0.18 for changeset 979848ccdc9c

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