diff -r fae240d633fc -r 6342cbbd1922 .hgignore --- a/.hgignore Tue Oct 17 16:15:41 2017 +0200 +++ b/.hgignore Wed Oct 18 12:03:44 2017 +0200 @@ -1,8 +1,23 @@ syntax:regexp -^nbproject/.*$ -^build/.*$ -core$ +^nbproject/ +^build/ +/core$ DS_Store$ -^docs/api/.*$ -^.c?project$ -^.settings/.*$ +^docs/api/ +\.o$ +\.lo$ +\.la$ +^autom4te\.cache/ +^build-aux/ +^m4/ +^aclocal.m4$ +^config\. +^configure$ +^libtool$ +Makefile$ +Makefile\.in$ +/\.deps/ +/\.libs/ +^stamp-h +^test/ucxtest +/test-suite.log$