.hgignore

Wed, 22 Aug 2018 14:39:24 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 22 Aug 2018 14:39:24 +0200
changeset 329
71e9a60abfb4
parent 258
d9f4285c795c
child 372
a3e494af5c09
permissions
-rw-r--r--

adds Eclipse hidden files to .hgignore

     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