aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-08-08 09:15:22 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-08-08 09:15:22 -0700
commit219011ce92a4f2ce11e578ac2d793b74bd7163eb (patch)
tree38e51fa52e7822a82e4a194bb636dd86116014f6 /.gitignore
parent961cd9effd9a5230f211875bb0e9a6773e0e3fab (diff)
downloadvcpkg-219011ce92a4f2ce11e578ac2d793b74bd7163eb.tar.gz
vcpkg-219011ce92a4f2ce11e578ac2d793b74bd7163eb.zip
[.gitignore] Remove scripts/buildsystems from .gitignore. Fixes #4032
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 4d3d12e06..c223e6fcf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -277,14 +277,14 @@ __pycache__/
.vscode/
*.code-workspace
-buildtrees/
-build*/
-downloads/
-installed*/
-packages/
-scripts/buildsystems/tmp/
+/buildtrees/
+/build*/
+/downloads/
+/installed*/
+/packages/
+/scripts/buildsystems/tmp/
#ignore custom triplets
-triplets/*
+/triplets/*
#add vcpkg-designed triplets back in
!triplets/arm-uwp.cmake
!triplets/arm-windows.cmake