tools: add msvc /P output to .gitignore

PR-URL: https://github.com/nodejs/node/pull/35735
Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
Jiawen Geng 2020-10-21 10:43:12 +00:00 committed by gengjiawen
parent b92d2e4b78
commit 48ed72df97

3
.gitignore vendored
View File

@ -93,6 +93,9 @@ _UpgradeReport_Files/
/*.host.mk
/deps/openssl/openssl.target.mk
/deps/zlib/zlib.target.mk
# generated by MSVC with /P enabled
tools/*/*.i
tools/*/*.i.tmp
# === Rules for release artifacts ===
/*.tar.*