|
| 1 | +# By extension |
| 2 | +*.DS_Store |
| 3 | +*.bak |
| 4 | +*.diff |
| 5 | +*.orig |
| 6 | +*.patch |
| 7 | +*.pyc |
| 8 | +*.rej |
| 9 | +*.swp |
| 10 | +*.vcxproj |
| 11 | +*.filters |
| 12 | +*.sln |
| 13 | +*.depend |
| 14 | +*.stamp |
| 15 | +*.rc |
1 | 16 |
|
2 | | -# local-only |
3 | | -.prepr/ |
4 | | -.build-variables/ |
| 17 | +*~ |
5 | 18 |
|
| 19 | +# Specific paths and/or names |
| 20 | +CMakeCache.txt |
| 21 | +cmake_install.cmake |
| 22 | +LICENSES |
| 23 | +build-darwin-* |
| 24 | +build-linux-* |
| 25 | +debian/files |
| 26 | +debian/secondlife-appearance-utility* |
| 27 | +debian/secondlife-viewer* |
| 28 | +indra/.distcc |
| 29 | +indra/out/* |
| 30 | + |
| 31 | +indra/packages/* |
| 32 | +build-vc80/ |
| 33 | +build-vc100/ |
| 34 | +build-vc120/ |
| 35 | +build-vc*-32/ |
| 36 | +build-vc*-64/ |
| 37 | +indra/CMakeFiles |
| 38 | +indra/build-vc[0-9]* |
| 39 | +indra/lib/mono/1.0/*.dll |
| 40 | +indra/lib/mono/indra/*.dll |
| 41 | +indra/lib/mono/indra/*.exe |
| 42 | +indra/lib/mono/indra/*.pdb |
| 43 | +indra/lib/python/eventlet/ |
| 44 | +indra/lib/python/mulib.* |
| 45 | +indra/llwindow/glh/glh_linear.h |
| 46 | +indra/newview/app_settings/dictionaries |
| 47 | +indra/newview/app_settings/mozilla |
| 48 | +indra/newview/app_settings/mozilla-runtime-* |
| 49 | +indra/newview/app_settings/mozilla_debug |
| 50 | +indra/newview/app_settings/static_*.db2 |
| 51 | +indra/newview/avatar_icons_cache.txt |
| 52 | +indra/newview/avatar_lad.log |
| 53 | +indra/newview/browser_profile |
| 54 | +indra/newview/character |
| 55 | +indra/newview/dbghelp.dll |
| 56 | +indra/newview/filters.xml |
| 57 | +indra/newview/fmod.dll |
| 58 | +indra/newview/fmod.log |
| 59 | +indra/newview/fonts |
| 60 | +indra/newview/mozilla-theme |
| 61 | +indra/newview/mozilla-universal-darwin.tgz |
| 62 | +indra/newview/pilot.txt |
| 63 | +indra/newview/pilot.xml |
| 64 | +indra/newview/res-sdl/ll_icon.* |
| 65 | +indra/newview/res/ll_icon.* |
| 66 | +indra/newview/search_history.txt |
| 67 | +indra/newview/teleport_history.txt |
| 68 | +indra/newview/typed_locations.txt |
| 69 | +indra/newview/vivox-runtime |
| 70 | +indra/newview/skins/default/html/common/equirectangular/js |
| 71 | +emoji_characters.xml |
| 72 | +indra/server-linux-* |
| 73 | +indra/temp |
| 74 | +indra/test/linden_file.dat |
| 75 | +indra/test_apps/llmediatest/dependencies/i686-win32 |
| 76 | +indra/test_apps/terrain_mule/*.dll |
| 77 | +indra/viewer-linux-* |
| 78 | +indra/web/dataservice/lib/shared/vault.* |
| 79 | +indra/web/dataservice/locale.* |
| 80 | +indra/web/dataservice/vendor.* |
| 81 | +indra/web/doc/asset-upload/plugins/lsl_compiler/lslc |
| 82 | +indra/web/doc/asset-upload/plugins/verify-notecard |
| 83 | +indra/web/doc/asset-upload/plugins/verify-texture |
| 84 | +installed.xml |
| 85 | +libraries |
| 86 | +tarfile_tmp |
| 87 | +trivial_change_force_build |
| 88 | +web/config.* |
| 89 | +web/locale.* |
| 90 | +web/secondlife.com.* |
| 91 | + |
| 92 | +.env |
| 93 | +.vscode |
0 commit comments