changeset 51:24cd890a523a

Fixed directory name matching in .hgignore
author Oleg Oshmyan <chortos@inbox.lv>
date Sun, 19 Dec 2010 23:27:57 +0200
parents 4ea7133ac25c
children 9a23141cbb64
files .hgignore
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Sun Dec 19 23:25:13 2010 +0200
+++ b/.hgignore	Sun Dec 19 23:27:57 2010 +0200
@@ -1,2 +1,2 @@
 \.pyc$
-/suite$
\ No newline at end of file
+(/|^)suite$
\ No newline at end of file