diff .hgignore @ 2039:5c6fa259c923 v7.2.328

updated for version 7.2.328 Problem: has("win64") does not return 1 on 64 bit MS-Windows version. Solution: Also check for _WIN64 besides WIN64.
author Bram Moolenaar <bram@zimbu.org>
date Tue, 12 Jan 2010 13:18:33 +0100
parents 7fd6692f28b1
children 142c46991ec0
line wrap: on
line diff
--- a/.hgignore
+++ b/.hgignore
@@ -1,6 +1,6 @@
 syntax: glob
 
-# Unixen
+# Unixen: object and executable files.
 *.o
 src/vim
 src/xxd/xxd
@@ -18,7 +18,6 @@ src/auto/link.sed
 src/auto/pathdef.c
 
 # Windows
-.hgignore
 *.exe
 *.idb
 *.manifest