Skip to content

Commit a53500e

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 9c9dc4b commit a53500e

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
@@ -45,8 +45,8 @@
4545
/config_fips.gypi
4646

4747
# === Rules for MSVS artifacts ===
48-
/Debug
49-
/Release
48+
Debug/
49+
Release/
5050
*.sln
5151
*.suo
5252
*.vcxproj*

0 commit comments

Comments
 (0)