.hgignore

Fri, 20 Oct 2017 15:28:06 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 20 Oct 2017 15:28:06 +0200
changeset 256
2c21b42cf11d
parent 252
6342cbbd1922
child 258
d9f4285c795c
permissions
-rw-r--r--

documentation will now be generated using pandoc

     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$

mercurial