.hgignore

Sat, 06 Feb 2021 19:11:44 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 06 Feb 2021 19:11:44 +0100
changeset 390
d345541018fa
parent 372
a3e494af5c09
child 398
8d506ed6c1c0
permissions
-rw-r--r--

starts ucx 3.0 development

     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/test_list.c
    30 /test-suite.log$
    31 ^ucx-.*\.tar.gz$
    32 ^.idea/
    33 ^cmake-build-

mercurial