diff .hgignore @ 538:5f10e1913d1a

Fix syntax in ignore file
author William Astle <lost@l-w.ca>
date Wed, 17 Aug 2022 16:35:13 -0600
parents 5b8871fd7503
children
line wrap: on
line diff
--- a/.hgignore	Wed Aug 17 16:34:28 2022 -0600
+++ b/.hgignore	Wed Aug 17 16:35:13 2022 -0600
@@ -14,8 +14,8 @@
 /lwcc/lwcc-cc
 
 # for windows
-\.suo$
-\.sdf$
-\.opensdf$
-\Debug$
-\Release$
+\\.suo$
+\\.sdf$
+\\.opensdf$
+\\Debug$
+\\Release$