.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 30 Jul 2022 11:33:56 +0200
branchv_0
changeset 7 e6f005f3edfe
parent 0 924e354948df
permissions -rw-r--r--
move options/constants from Configuration.h to Socket.h (avoid dependency from Socket to Configuration)

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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