diff options
author | Callum Prentice <callum@lindenlab.com> | 2023-04-10 16:58:55 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2023-04-10 16:58:55 -0700 |
commit | 93717f14ca57e63f34493bf392fe0cf53fa8573b (patch) | |
tree | c5e94b70ba39922a129dfed55e14780ea241c24c | |
parent | 1bc57d0ae0135d624d0b6ea8dbe460273e1171b5 (diff) |
SL-19078: add filename of emoji/shortcode XML files to ignore list so Viewer checkouts don't appear to be polluted with files from 3p libs
-rwxr-xr-x | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ab5f43b352..23a7f0cb4b 100755 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,7 @@ indra/newview/teleport_history.txt indra/newview/typed_locations.txt indra/newview/vivox-runtime indra/newview/skins/default/html/common/equirectangular/js +emoji_characters.xml indra/server-linux-* indra/temp indra/test/linden_file.dat |