diff options
author | Nicky <sl.nicky.ml@googlemail.com> | 2019-06-07 00:17:01 +0200 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 18:44:04 -0400 |
commit | cb4ca2e41e6f2ad1b6309f2fc155b04c502b7320 (patch) | |
tree | c624720cec8bb7ed18e78adb4caf68f214955b32 /.gitignore | |
parent | dc8d2779ab3fa49fd4ff4495d8a2c642507bde69 (diff) |
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).
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 11 |
1 files changed, 7 insertions, 4 deletions
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 |