.hgignore

Sun, 07 Oct 2018 09:00:08 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 07 Oct 2018 09:00:08 +0200
changeset 331
3b985a4eb05b
parent 329
71e9a60abfb4
child 372
a3e494af5c09
permissions
-rw-r--r--

fixes ucx_szmul definition for gcc < 5

     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