.hgignore
author František Kučera <franta-hg@frantovo.cz>
Wed, 29 Jan 2020 18:05:13 +0100
branchv_0
changeset 72 f7b9db6fc32b
parent 63 8c6885543e2c
child 86 3caa19520689
permissions -rw-r--r--
streamlet examples: dirty implementation of Java helper classes + demo code

syntax: glob

*~
CMakeLists.txt.user
*.class

syntax: regexp

^temp/

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

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