.hgignore
author František Kučera <franta-hg@frantovo.cz>
Wed, 29 Jan 2020 18:41:42 +0100
branchv_0
changeset 73 1a067a217454
parent 72 f7b9db6fc32b
child 86 3caa19520689
permissions -rw-r--r--
streamlet examples: jar_info/zip_info: return real data

syntax: glob

*~
CMakeLists.txt.user
*.class

syntax: regexp

^temp/

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

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