Skip to content

Commit d10927b

Browse files
DavenportEmmaTrott
authored andcommitted
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: nodejs#27210 PR-URL: nodejs#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>
1 parent 023ecbc commit d10927b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
/config_fips.gypi
4848

4949
# === Rules for MSVS artifacts ===
50-
/Debug
51-
/Release
50+
Debug/
51+
Release/
5252
*.sln
5353
*.suo
5454
*.vcxproj*

0 commit comments

Comments
 (0)