fix regexp for md5 files in .hgignore
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Mon, 31 Oct 2016 10:48:02 +0300
changeset 9 368918002846
parent 7 3a8769ca3642
child 10 b4cadeffabe4
fix regexp for md5 files in .hgignore
.hgignore
--- a/.hgignore	Thu Apr 03 23:08:01 2014 +0200
+++ b/.hgignore	Mon Oct 31 10:48:02 2016 +0300
@@ -1,3 +1,3 @@
 .*~
 .*\.swp
-distfiles/.*[.](?!md5$).*$
+distfiles/.*[.](?!.*md5$).*$