Skip to content

Commit 31753ec

Browse files
gengjiawentargos
authored andcommitted
tools: add msvc /P output to .gitignore
PR-URL: #35735 Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 20accb0 commit 31753ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ _UpgradeReport_Files/
9393
/*.host.mk
9494
/deps/openssl/openssl.target.mk
9595
/deps/zlib/zlib.target.mk
96+
# generated by MSVC with /P enabled
97+
tools/*/*.i
98+
tools/*/*.i.tmp
9699

97100
# === Rules for release artifacts ===
98101
/*.tar.*

0 commit comments

Comments
 (0)