.hgignore

changeset 252
6342cbbd1922
parent 226
669136d4e3af
child 256
2c21b42cf11d
--- 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$

mercurial