mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
build: ignore all the "Debug","Release" folders
Since there're still many "Debug" and "Release" folders in "deps" and "tools", to make it more strict and totally ignore the generated obj files, ignore all the files/folders under them. Refs: https://github.com/nodejs/node/pull/27210 PR-URL: https://github.com/nodejs/node/pull/31565 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
023ecbccc8
commit
d10927b687
4
.gitignore
vendored
4
.gitignore
vendored
@ -47,8 +47,8 @@
|
||||
/config_fips.gypi
|
||||
|
||||
# === Rules for MSVS artifacts ===
|
||||
/Debug
|
||||
/Release
|
||||
Debug/
|
||||
Release/
|
||||
*.sln
|
||||
*.suo
|
||||
*.vcxproj*
|
||||
|
Loading…
Reference in New Issue
Block a user