.hgignore

Wed, 18 Oct 2017 12:03:44 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 18 Oct 2017 12:03:44 +0200
changeset 252
6342cbbd1922
parent 226
669136d4e3af
child 256
2c21b42cf11d
permissions
-rw-r--r--

removes custom make files and adds autoconf support

     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