.hgignore

Wed, 02 May 2018 21:45:52 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 02 May 2018 21:45:52 +0200
changeset 283
c3b6ff227481
parent 258
d9f4285c795c
child 329
71e9a60abfb4
permissions
-rw-r--r--

adds more convenience macros for sstr

This commit also increases the UCX version number towards the next release.
- New product version: 1.1
- New library version: 2.0.1 - we are backwards, but not forward compatible.

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

mercurial