From e383fa1d042ad177188e57fc0e1c7b98e03e640a Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Thu, 27 Feb 2025 14:52:06 -0500 Subject: [PATCH] .gitignore third_party/windows/clang/win-amd64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Commit-Queue: Mark Mentovai --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 12b364c7..dfef5497 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,7 @@ /third_party/ninja/linux /third_party/ninja/mac* /third_party/ninja/ninja.exe +/third_party/windows/clang/win-amd64 /third_party/zlib/zlib /xcodebuild tags