mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
Do not ignore x86 source code directories anywhere under thirdparty directory
This commit is contained in:
parent
2a04b18d37
commit
b37f10adf7
6
.gitignore
vendored
6
.gitignore
vendored
@ -242,8 +242,10 @@ xcuserdata/
|
|||||||
[Rr]eleases/
|
[Rr]eleases/
|
||||||
x64/
|
x64/
|
||||||
x86/
|
x86/
|
||||||
# Not build results, this is Theora source code.
|
|
||||||
!thirdparty/libtheora/x86/
|
# Do not ignore x86 folders anywhere under thirdparty libraries
|
||||||
|
!thirdparty/**/x86/
|
||||||
|
|
||||||
[Ww][Ii][Nn]32/
|
[Ww][Ii][Nn]32/
|
||||||
[Aa][Rr][Mm]/
|
[Aa][Rr][Mm]/
|
||||||
[Aa][Rr][Mm]64/
|
[Aa][Rr][Mm]64/
|
||||||
|
Loading…
Reference in New Issue
Block a user