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
committergengjiawen <technicalcute@gmail.com>2020-10-30 04:47:23 +0300
commit48ed72df977b87fe21e60a6a3cd945b29d877c65 (patch)
tree02d23d46f72a021cc1b7440693b6dd9860d97c62 /.gitignore
parentb92d2e4b784f428c8c77f6cf92817abdf1513fba (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.*