.hgignore

Tue, 07 Feb 2023 21:37:55 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 07 Feb 2023 21:37:55 +0100
changeset 651
19d1a8422f6e
parent 398
8d506ed6c1c0
child 753
24dc84788dee
permissions
-rw-r--r--

fix last change of mul overflow builtin breaking non-windows compilations

now we use the generic builtin and leave the type resolution to the compiler

     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