aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 18384e3da..796739b31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@ bld/
[Bb]in/
[Oo]bj/
[Ll]og/
+vcpkg
# Visual Studio 2015 cache/options directory
.vs/
@@ -273,13 +274,14 @@ __pycache__/
############################################################
.vscode/
+*.code-workspace
buildtrees/
build*/
downloads/
installed*/
packages/
scripts/buildsystems/tmp/
-#ignore custom triplets
+#ignore custom triplets
triplets/*
#add vcpkg-designed triplets back in
!triplets/arm-uwp.cmake
@@ -292,9 +294,11 @@ triplets/*
!triplets/x86-windows-static.cmake
!triplets/arm64-uwp.cmake
!triplets/arm64-windows.cmake
+!triplets/x64-linux.cmake
+!triplets/x64-osx.cmake
*.exe
*.zip
############################################################
# vcpkg - End
-############################################################ \ No newline at end of file
+############################################################