Corrected some regexps (limiting ^$)
authorviric@llimona
Sun, 07 May 2006 13:32:52 +0200
changeset 15 866013971139
parent 14 086a72472196
child 16 fe078fb2e8b4
Corrected some regexps (limiting ^$)
.hgignore
--- a/.hgignore	Sun May 07 13:24:07 2006 +0200
+++ b/.hgignore	Sun May 07 13:32:52 2006 +0200
@@ -1,2 +1,2 @@
-sokosol
-.*\.o
+^sokosol$
+.*\.o$