diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-17 02:38:52 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-17 19:30:31 +0300 |
commit | c333a7935d33b30fb663739c567cec5ae661ffe8 (patch) | |
tree | cf7f7024d8ba05ba6fa33c5381a2a7c1f32338b5 /.gitignore | |
parent | 9bad5d08fb8c5b705c9c620b0e809b20968a39be (diff) |
SL-17238 Fixed llphysicsextensions connection to llrender
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 839d14bc0d..80eca667df 100755 --- a/.gitignore +++ b/.gitignore @@ -20,11 +20,8 @@ indra/.distcc build-vc80/ build-vc100/ build-vc120/ -build-vc120-32/ -build-vc120-64/ -build-vc150-32/ -build-vc150-64/ -build-vc160-64/ +build-vc*-32/ +build-vc*-64/ indra/CMakeFiles indra/build-vc[0-9]* indra/lib/mono/1.0/*.dll |