.hgignore

Mon, 30 Dec 2019 09:52:07 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 30 Dec 2019 09:52:07 +0100
branch
feature/array
changeset 387
7e0f19fe23ff
parent 329
71e9a60abfb4
child 372
a3e494af5c09
permissions
-rw-r--r--

closes array branch towards ucx 2.1 release

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

mercurial