From f2709ecef3d22120c65ef1320a691955decff4eb Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 7 Dec 2022 17:49:07 +0100 Subject: [PATCH] Fix libtheora source code being mistakenly `.gitignore`d (cherry picked from commit ffb9f2b53f3f2fe0ad600d131ce4463610e77988) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 30307d10b..6c5a6b68d 100644 --- a/.gitignore +++ b/.gitignore @@ -107,6 +107,8 @@ logs/ [Rr]elease/ x64/ build/ +# Not build results, this is Theora source code. +!thirdparty/libtheora/x86/ bld/ [Bb]in/ [Oo]bj/