diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2020-07-22 17:51:10 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2020-07-22 17:51:10 +0100 |
commit | 6037847ea133c6faed0ff4bea023d72f5799d9e1 (patch) | |
tree | 4153ae1af4b074b9bd3cd9a0d84fc2b429a909f3 /.gitignore | |
parent | a9ddf20ff2c704d30ec4b4d8652da0b0775b7631 (diff) | |
parent | 72423372d6cd7f763a5567ad75752fa4e7131d60 (diff) |
Merge remote-tracking branch 'origin/master' into SL-12995
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index a73a85e84f..4af34870cf 100755 --- a/.gitignore +++ b/.gitignore @@ -13,14 +13,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 |