.hgignore
author František Kučera <franta-hg@frantovo.cz>
Tue, 22 Sep 2020 21:32:14 +0200
branchv_0
changeset 44 dd7094457e44
parent 31 8a0848b9008a
permissions -rw-r--r--
add option: --write-header we can omit the relation's header and generate just the records and append them to an existing relational stream: (relpipe-in-cli --relation rrr --attribute a integer; relpipe-in-cli --write-header false --relation rrr --attribute XXX integer --records 1 2 3) | relpipe-out-tabular

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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