.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sun, 07 Aug 2022 15:09:47 +0200
branchv_0
changeset 19 7a9a52e949b9
parent 0 924e354948df
permissions -rw-r--r--
UDP: support not only AF_INET (IPv4) but also AF_INET6 (IPv6) addresses (including link-local)

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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