diff options
author | Dave Parks <davep@lindenlab.com> | 2022-11-29 10:50:25 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-11-29 10:50:25 -0600 |
commit | e46323b0b9fea77522ee4637a82e2e86de15bb83 (patch) | |
tree | ed4b97ad7c0fff929f6f0825ba2a3d971d2c0a93 /.gitignore | |
parent | b5db671f7c28eb2a9f9974df1c34cf8c025fb8cc (diff) |
SL-18682 WIP -- Clear BOOST_SELECTED as needed. GL 3.2 compatibility pass. Fix for stack underflow when reflection probes disabled.
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 839d14bc0d..e9b544a6ce 100755 --- a/.gitignore +++ b/.gitignore @@ -7,9 +7,18 @@ *.pyc *.rej *.swp +*.vcxproj +*.filters +*.sln +*.depend +*.stamp +*.rc + *~ # Specific paths and/or names +CMakeCache.txt +cmake_install.cmake LICENSES build-darwin-* build-linux-* @@ -17,6 +26,10 @@ debian/files debian/secondlife-appearance-utility* debian/secondlife-viewer* indra/.distcc +indra/cmake/* +indra/out/* + +indra/packages/* build-vc80/ build-vc100/ build-vc120/ |