.hgignore
author František Kučera <franta-hg@frantovo.cz>
Tue, 20 Oct 2020 23:48:50 +0200
branchv_0
changeset 81 5f7ef44ea5bb
parent 72 f7b9db6fc32b
child 86 3caa19520689
permissions -rw-r--r--
Added tag v0.17 for changeset fd7b3e510dd9

syntax: glob

*~
CMakeLists.txt.user
*.class

syntax: regexp

^temp/

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

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