Skip to content

Commit 10f9abe

Browse files
DavenportEmmacodebytere
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: #27210 PR-URL: #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 6d5c3cd commit 10f9abe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

+2-2
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)