From cb4ca2e41e6f2ad1b6309f2fc155b04c502b7320 Mon Sep 17 00:00:00 2001
From: Nicky <sl.nicky.ml@googlemail.com>
Date: Fri, 7 Jun 2019 00:17:01 +0200
Subject: [PATCH] Ignore build-vc150-* directories as those are the VS2017
 build dirs (n.b. due to the rather strange version numbering of VS this
 really should be build-vc141-*; as VS2017 is vc141 internally).

---
 .gitignore | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 27b629a578c..9f32939979b 100755
--- a/.gitignore
+++ b/.gitignore
@@ -12,14 +12,17 @@
 LICENSES
 build-darwin-*
 build-linux-*
-build-stamp
-build-vc120*
-build-vc150*
-configure-stamp
 debian/files
 debian/secondlife-appearance-utility*
 debian/secondlife-viewer*
 indra/.distcc
+build-vc80/
+build-vc100/
+build-vc120/
+build-vc120-32/
+build-vc120-64/
+build-vc150-32/
+build-vc150-64/
 indra/CMakeFiles
 indra/build-vc[0-9]*
 indra/lib/mono/1.0/*.dll
-- 
GitLab