From f86c1e4ebc7187cc3d7c14671fb285250e959cea Mon Sep 17 00:00:00 2001
From: Nicky <sl.nicky.ml@googlemail.com>
Date: Fri, 22 Apr 2016 13:00:21 +0200
Subject: Add build-vc120_x64/ to the ignore list. (transplanted from
 98e2f67eded2d68f9a3780e7f6ed1dbf2dc3a0a7)

---
 .hgignore | 1 +
 1 file changed, 1 insertion(+)

(limited to '.hgignore')

diff --git a/.hgignore b/.hgignore
index 1b7a9019a2..09031ac0fa 100755
--- a/.hgignore
+++ b/.hgignore
@@ -17,6 +17,7 @@ build-darwin-*
 build-vc80/
 build-vc100/
 build-vc120/
+build-vc120_x64/
 indra/build-vc[0-9]*
 indra/CMakeFiles
 indra/lib/mono/1.0/*.dll
-- 
cgit v1.2.3


From 64a0fac783c6282cd8f5b56f2a8f62321183c641 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Wed, 23 Nov 2016 12:06:31 -0500
Subject: DRTVWR-418: Don't report anything in new build-vc120-{32,64}.

---
 .hgignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to '.hgignore')

diff --git a/.hgignore b/.hgignore
index 09031ac0fa..0d672e6ebc 100755
--- a/.hgignore
+++ b/.hgignore
@@ -17,7 +17,8 @@ build-darwin-*
 build-vc80/
 build-vc100/
 build-vc120/
-build-vc120_x64/
+build-vc120-32/
+build-vc120-64/
 indra/build-vc[0-9]*
 indra/CMakeFiles
 indra/lib/mono/1.0/*.dll
-- 
cgit v1.2.3