diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2020-10-27 14:36:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 14:36:22 -0700 |
| commit | af9d0701bec38c194e0706e0f4c6022a2275c369 (patch) | |
| tree | 9a6b983e3f24a87492fc4436fbb53e16274209fe /.gitignore | |
| parent | 18f84f2fb986e3a3d8d37d868168b202eef0e45f (diff) | |
| download | vcpkg-af9d0701bec38c194e0706e0f4c6022a2275c369.tar.gz vcpkg-af9d0701bec38c194e0706e0f4c6022a2275c369.zip | |
[vcpkg] Always use version-string in generator (#14262)
* Always use version-string in generator
* Fix formatting
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a3d42ed70..ed388f4a1 100644 --- a/.gitignore +++ b/.gitignore @@ -320,3 +320,8 @@ archives .DS_Store prefab/ *.swp + +################### +# Codespaces +################### +pythonenv3.8/ |
