diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-29 23:45:47 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-30 08:09:09 -0800 |
| commit | d38d4a75408e0e9d0820187b16da2e06ce0ee316 (patch) | |
| tree | 87283ec20faca18853b77de41f3825119899ee9c /.gitignore | |
| parent | 6c5f52daf3cf1c3d7c0f8430f62436bf1d298b1b (diff) | |
| download | vcpkg-d38d4a75408e0e9d0820187b16da2e06ce0ee316.tar.gz vcpkg-d38d4a75408e0e9d0820187b16da2e06ce0ee316.zip | |
[vcpkg] Add --x-xunit internal command to print installation results in a VSTS friendly format.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 003d607fd..e1954660f 100644 --- a/.gitignore +++ b/.gitignore @@ -274,8 +274,9 @@ __pycache__/ .vscode/ buildtrees/ +build*/ downloads/ -installed/ +installed*/ packages/ scripts/buildsystems/tmp/ *.exe |
