diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-12-07 17:49:07 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-12-07 17:49:07 +0100 |
commit | ffb9f2b53f3f2fe0ad600d131ce4463610e77988 (patch) | |
tree | 9865b832490c60833ff00f9bc37048f388a73e69 /.gitignore | |
parent | a7937fe54cd2c1f407a529e46e2708aea5ce7243 (diff) |
Fix libtheora source code being mistakenly `.gitignore`d
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 15c1e50277..18c7c706ba 100644 --- a/.gitignore +++ b/.gitignore @@ -242,6 +242,8 @@ xcuserdata/ [Rr]eleases/ x64/ x86/ +# Not build results, this is Theora source code. +!thirdparty/libtheora/x86/ [Ww][Ii][Nn]32/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ |