From c1c3d68da9d5a089949e8687b8783daf7ee2d416 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 24 Jun 2013 21:21:58 +0200 Subject: updated for version 7.3.1239 Problem: Can't build with Python and MSVC10. Solution: Move #if outside of macro. (Taro Muraoka) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8bfd0ca7f2..eff38a83ec 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,9 @@ src/Obj*/pathdef.c gvimext.dll gvimext.lib +# Mac OSX +src/xxd/xxd.dSYM + # All platforms *.rej *.orig -- cgit v1.2.3