diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5b28596b8..297819bf4 100644 --- a/.gitignore +++ b/.gitignore @@ -294,8 +294,12 @@ __pycache__/ #ignore custom triplets /triplets/* #add vcpkg-designed triplets back in +!triplets/community/arm64-mingw.cmake !triplets/community/arm64-uwp.cmake +!triplets/community/arm-mingw.cmake !triplets/community/arm-windows.cmake +!triplets/community/x64-mingw.cmake +!triplets/community/x86-mingw.cmake !triplets/community/x86-uwp.cmake !triplets/community/x86-windows-static.cmake !triplets/arm-uwp.cmake |
