Skip to content

Commit 79f10d8

Browse files
committed
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
1 parent 24e81d7 commit 79f10d8

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)