mirror of
https://github.com/github/gitignore
synced 2024-11-25 05:04:23 +01:00
Update VisualStudio.gitignore for vcpkg
vcpkg running in manifest mode will create a folder vcpkg_installed/ containing installed package files that should not be committed to any project.
This commit is contained in:
parent
4488915eec
commit
15564b571b
@ -285,6 +285,9 @@ FakesAssemblies/
|
|||||||
.ntvs_analysis.dat
|
.ntvs_analysis.dat
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
# vcpkg package files
|
||||||
|
vcpkg_installed/
|
||||||
|
|
||||||
# Visual Studio 6 build log
|
# Visual Studio 6 build log
|
||||||
*.plg
|
*.plg
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user