From 44b1fb4c6f0f75bf229186f19d9a1b94e13a30af Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Fri, 27 Aug 2021 21:07:19 -0400 Subject: [PATCH] Add meshopt to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 89df1e9e6529..c24914a665b2 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ Source/ThirdParty/kdbush.js Source/ThirdParty/ktx-parse.js Source/ThirdParty/lerc.js Source/ThirdParty/mersenne-twister.js +Source/ThirdParty/meshoptimizer.js Source/ThirdParty/nosleep.js Source/ThirdParty/pako.js Source/ThirdParty/protobufjs.js