Skip to content

Commit

Permalink
build: ignore all the "Debug","Release" folders
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
DavenportEmma authored and codebytere committed Feb 17, 2020
1 parent 6d5c3cd commit 10f9abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
/config_fips.gypi

# === Rules for MSVS artifacts ===
/Debug
/Release
Debug/
Release/
*.sln
*.suo
*.vcxproj*
Expand Down

0 comments on commit 10f9abe

Please sign in to comment.