X Tutup
The Wayback Machine - https://web.archive.org/web/20230218093700/https://github.com/nodejs/node/commit/5d29781491
Skip to content
Permalink
Browse files
tools: add msvc /P output to .gitignore
PR-URL: #35735
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
gengjiawen authored and MylesBorins committed Apr 6, 2021
1 parent aa5b726 commit 5d29781
Showing 1 changed file with 3 additions and 0 deletions.
@@ -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.*

0 comments on commit 5d29781

Please sign in to comment.
X Tutup