Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiawen Geng <technicalcute@gmail.com>2020-10-21 13:43:12 +0300
committerMyles Borins <mylesborins@github.com>2021-04-06 22:53:39 +0300
commit5d297814917906418b1275982c5b3471bde1acba (patch)
tree918b38e352dbc533b3f229d3e3f7c6e7a3511008 /.gitignore
parentaa5b726f835c357c8be6b2da825d0e939a07f0a7 (diff)
tools: add msvc /P output to .gitignore
PR-URL: https://github.com/nodejs/node/pull/35735 Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4592f603e06..c5ae6ea68d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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.*