From eaf764842eb2fb755096a352be813ce61d94d249 Mon Sep 17 00:00:00 2001
From: Andrew Dunstan <andrew@dunslane.net>
Date: Wed, 23 Jan 2013 03:44:37 -0500
Subject: [PATCH] Gitignore vcxproj files.

Per request from Craig Ringer.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 1e15ce5fc10..4df314ce305 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@ objfiles.txt
 *.gcov.out
 lcov.info
 *.vcproj
+*.vcxproj
 win32ver.rc
 *.exe
 lib*dll.def
-- 
GitLab