.hgignore

Tue, 05 Oct 2021 11:19:32 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 05 Oct 2021 11:19:32 +0200
changeset 460
e075009b33b7
parent 398
8d506ed6c1c0
child 753
24dc84788dee
permissions
-rw-r--r--

remove convenience macros

Users should write their own wrappers s.t. the type
information does not have to be repeated on every
call site.

     1 syntax:regexp
     2 ^nbproject/
     3 ^build/
     4 /core$
     5 DS_Store$
     6 ^stamp-h
     7 /test-suite.log$
     8 ^ucx-.*\.tar.gz$
     9 ^.idea/
    10 ^cmake-build-

mercurial