.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sun, 17 Nov 2019 17:51:13 +0100
branchv_0
changeset 26 32824e833b89
parent 17 bfc258d51baa
permissions -rw-r--r--
compute proper width of strings (characters might be wider than 1 column on display) Before: $ echo hello 🐭 | relpipe-in-csv wide string | relpipe-out-tabular wide: ╭─────────────────╮ │ string (string) │ ├─────────────────┤ │ hello 🐭 │ ╰─────────────────╯ Record count: 1 After: $ echo hello 🐭 | relpipe-in-csv wide string | relpipe-out-tabular wide: ╭─────────────────╮ │ string (string) │ ├─────────────────┤ │ hello 🐭 │ ╰─────────────────╯ Record count: 1

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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