.hgignore

Sat, 28 Oct 2017 15:59:16 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 28 Oct 2017 15:59:16 +0200
changeset 260
a6184aff5108
parent 258
d9f4285c795c
child 329
71e9a60abfb4
permissions
-rw-r--r--

rename LICENSE to COPYING to be distributed by autoconf

     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