# HG changeset patch # User Aleksej Bobylev # Date 1414657556 -7200 # Node ID 85a8276c9d82909a01e801da5983a53a99404702 # Parent 8c0bb1fa7d905bdab474654fee43e75f5816a3f8 .hgignore: fix ignore rules diff -r 8c0bb1fa7d90 -r 85a8276c9d82 .hgignore --- a/.hgignore Thu Oct 30 08:08:46 2014 +0200 +++ b/.hgignore Thu Oct 30 10:25:56 2014 +0200 @@ -1,2 +1,4 @@ -source/* -install/* +syntax: glob +./*/source/* +./*/install/* +./*/taz/*