.gitignore third_party/windows/clang/win-amd64

third_party/windows/clang/win-amd64 was added to DEPS in d7aeda9fca8b2
(https://chromium-review.googlesource.com/c/6242577, 2025-02-24) without
a corresponding .gitignore entry. This adds the missing entry so that
properly `gclient sync`ed trees don’t appear dirty on Windows.

Bug: 384682775
Change-Id: I5d1ec54f20d9e1464cd832fa4b0a3ac54e114c6f
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/6310239
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Mark Mentovai 2025-02-27 14:52:06 -05:00 committed by Crashpad LUCI CQ
parent 8eb8015544
commit e383fa1d04

1
.gitignore vendored
View File

@ -45,6 +45,7 @@
/third_party/ninja/linux /third_party/ninja/linux
/third_party/ninja/mac* /third_party/ninja/mac*
/third_party/ninja/ninja.exe /third_party/ninja/ninja.exe
/third_party/windows/clang/win-amd64
/third_party/zlib/zlib /third_party/zlib/zlib
/xcodebuild /xcodebuild
tags tags