.hgignore
author František Kučera <franta-hg@frantovo.cz>
Thu, 13 Dec 2018 19:40:29 +0100
branchv_0
changeset 11 5e0b317f4100
parent 0 a1301a106504
permissions -rw-r--r--
execute arbitrary python code, e.g. relpipe-tr-python 'fstab' 'import sys; print("hello from Python", file=sys.stderr)'

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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