Fix libtheora source code being mistakenly `.gitignore`d

(cherry picked from commit ffb9f2b53f)
This commit is contained in:
Hugo Locurcio 2022-12-07 17:49:07 +01:00 committed by Haoyu Qiu
parent 7decec181c
commit 080104b18f
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -241,6 +241,8 @@ xcuserdata/
[Rr]eleases/ [Rr]eleases/
x64/ x64/
x86/ x86/
# Not build results, this is Theora source code.
!thirdparty/libtheora/x86/
[Ww][Ii][Nn]32/ [Ww][Ii][Nn]32/
[Aa][Rr][Mm]/ [Aa][Rr][Mm]/
[Aa][Rr][Mm]64/ [Aa][Rr][Mm]64/