Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
Revert "Update master for 10.4.1 (#1)"
Browse files Browse the repository at this point in the history
This reverts commit 0c94dd9.
  • Loading branch information
bahunter committed Sep 20, 2021
1 parent 0c94dd9 commit 73f2068
Show file tree
Hide file tree
Showing 9,323 changed files with 114,801 additions and 288,320 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 0 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
* -text
ports/** -linguist-detectable

# Declare files that will always have LF line endings on checkout.
scripts/ci.baseline.txt text eol=lf
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/i-have-a-question.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ assignees: ''

---

Please create a discussion in https://github.com/microsoft/vcpkg/discussions/new instead.
When asking a question please also include where you looked for an answer (so we can update the documentation if needed).
15 changes: 0 additions & 15 deletions .github/pull_request_template.md

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/trustedPR.yml

This file was deleted.

121 changes: 0 additions & 121 deletions .github/workflows/untrustedPR.yml

This file was deleted.

54 changes: 28 additions & 26 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
*.user
*.userosscache
*.sln.docstates
/vcpkg-configuration.json

# fuzzing
sync_dir*
toolsrc/out*
toolsrc/CMakeSettings.json

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down Expand Up @@ -287,37 +286,40 @@ __pycache__/
/installed*/
/packages/
/scripts/buildsystems/tmp/
/toolsrc/build.rel/
/toolsrc/msbuild.x86.debug/
/toolsrc/msbuild.x86.release/
/toolsrc/msbuild.x64.debug/
/toolsrc/msbuild.x64.release/
#ignore custom triplets
/triplets/*
#add vcpkg-designed triplets back in
!/triplets/arm-uwp.cmake
!/triplets/arm64-windows.cmake
!/triplets/x64-linux.cmake
!/triplets/x64-osx.cmake
!/triplets/x64-uwp.cmake
!/triplets/x64-windows-static.cmake
!/triplets/x64-windows.cmake
!/triplets/x86-windows.cmake

!/triplets/community
!/triplets/community/**

!triplets/arm-uwp.cmake
!triplets/arm-windows.cmake
!triplets/x64-uwp.cmake
!triplets/x64-windows.cmake
!triplets/x64-windows-static.cmake
!triplets/x86-uwp.cmake
!triplets/x86-windows.cmake
!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
############################################################
vcpkg.disable-metrics
archives
.DS_Store
prefab/
*.swp

###################
# Codespaces
###################
pythonenv3.8/
.venv/

############################################################
# Maven - Start
############################################################

target/
vcpkg_installed

############################################################
# Maven - End
############################################################
Loading

0 comments on commit 73f2068

Please sign in to comment.