.hgignore

changeset 252
6342cbbd1922
parent 226
669136d4e3af
child 256
2c21b42cf11d
     1.1 --- a/.hgignore	Tue Oct 17 16:15:41 2017 +0200
     1.2 +++ b/.hgignore	Wed Oct 18 12:03:44 2017 +0200
     1.3 @@ -1,8 +1,23 @@
     1.4  syntax:regexp
     1.5 -^nbproject/.*$
     1.6 -^build/.*$
     1.7 -core$
     1.8 +^nbproject/
     1.9 +^build/
    1.10 +/core$
    1.11  DS_Store$
    1.12 -^docs/api/.*$
    1.13 -^.c?project$
    1.14 -^.settings/.*$
    1.15 +^docs/api/
    1.16 +\.o$
    1.17 +\.lo$
    1.18 +\.la$
    1.19 +^autom4te\.cache/
    1.20 +^build-aux/
    1.21 +^m4/
    1.22 +^aclocal.m4$
    1.23 +^config\.
    1.24 +^configure$
    1.25 +^libtool$
    1.26 +Makefile$
    1.27 +Makefile\.in$
    1.28 +/\.deps/
    1.29 +/\.libs/
    1.30 +^stamp-h
    1.31 +^test/ucxtest
    1.32 +/test-suite.log$

mercurial