diff options
| author | Owen Rudge <owen@owenrudge.net> | 2020-05-21 19:30:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-21 11:30:20 -0700 |
| commit | 01e3b301d1cf0748b70fb137897fc9a0745e66b4 (patch) | |
| tree | b489d52d414f055db8464458dfc14da01c3b510c /.gitignore | |
| parent | 96edc8c4a3f0c3b9e278ce8b38cf87c1c9d668bf (diff) | |
| download | vcpkg-01e3b301d1cf0748b70fb137897fc9a0745e66b4.tar.gz vcpkg-01e3b301d1cf0748b70fb137897fc9a0745e66b4.zip | |
[vcpkg] Add static triplet for arm64-windows (#11431)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 43f63c0df..4f8ebfec6 100644 --- a/.gitignore +++ b/.gitignore @@ -295,6 +295,7 @@ __pycache__/ #add vcpkg-designed triplets back in !triplets/community/arm64-mingw.cmake !triplets/community/arm64-uwp.cmake +!triplets/community/arm64-windows-static.cmake !triplets/community/arm-mingw.cmake !triplets/community/arm-windows.cmake !triplets/community/x64-mingw.cmake |
