From cb4ca2e41e6f2ad1b6309f2fc155b04c502b7320 Mon Sep 17 00:00:00 2001 From: Nicky Date: Fri, 7 Jun 2019 00:17:01 +0200 Subject: 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(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 27b629a578..9f32939979 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 -- cgit v1.2.3 From 27efc55cdbcd906a19089a79488e1624a8625571 Mon Sep 17 00:00:00 2001 From: Callum Prentice Date: Mon, 4 May 2020 14:24:28 -0700 Subject: Nonsensical, trivial change to force a build after I ran afoul of a TeamCity buildscripts change --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 27b629a578..4b0ff9ecf0 100755 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,7 @@ indra/web/doc/asset-upload/plugins/verify-texture installed.xml libraries tarfile_tmp +trivial_change_force_build web/config.* web/locale.* web/secondlife.com.* \ No newline at end of file -- cgit v1.2.3