mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 09:29:38 +01:00
Fix .gitignore ignores part of the committed repo.
(cherry picked from commit 37d68929e8ab3a1cab550a4cb83152eb13012f8c)
This commit is contained in:
parent
42527716f5
commit
575adb91fc
9
.gitignore
vendored
9
.gitignore
vendored
@ -108,15 +108,18 @@ logs/
|
|||||||
x64/
|
x64/
|
||||||
build/
|
build/
|
||||||
|
|
||||||
# Do not ignore x86 folders anywhere under thirdparty libraries
|
|
||||||
!thirdparty/**/x86/
|
|
||||||
|
|
||||||
bld/
|
bld/
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
*.debug
|
*.debug
|
||||||
*.dSYM
|
*.dSYM
|
||||||
|
|
||||||
|
# Do not ignore arch-specific folders anywhere under thirdparty libraries
|
||||||
|
!thirdparty/**/x64/
|
||||||
|
!thirdparty/**/x86/
|
||||||
|
!thirdparty/**/arm/
|
||||||
|
!thirdparty/**/arm64/
|
||||||
|
|
||||||
# Visual Studio cache/options directory
|
# Visual Studio cache/options directory
|
||||||
.vs/
|
.vs/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user