.hgignore

Wed, 18 Oct 2017 14:23:57 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 18 Oct 2017 14:23:57 +0200
changeset 253
e19825a1430a
parent 252
6342cbbd1922
child 256
2c21b42cf11d
permissions
-rw-r--r--

removes unnecessary macros from ucx.h + removes the usage of restrict and _Bool completely, instead of defining macros

     1 syntax:regexp
     2 ^nbproject/
     3 ^build/
     4 /core$
     5 DS_Store$
     6 ^docs/api/
     7 \.o$
     8 \.lo$
     9 \.la$
    10 ^autom4te\.cache/
    11 ^build-aux/
    12 ^m4/
    13 ^aclocal.m4$
    14 ^config\.
    15 ^configure$
    16 ^libtool$
    17 Makefile$
    18 Makefile\.in$
    19 /\.deps/
    20 /\.libs/
    21 ^stamp-h
    22 ^test/ucxtest
    23 /test-suite.log$

mercurial