From 6fe94b3a5945701dba1a9bc03b3cf2c3f0c58ef7 Mon Sep 17 00:00:00 2001 From: Dana Dahlstrom Date: Thu, 19 Dec 2024 12:00:00 -0800 Subject: [PATCH] Add cipd directory to android_deps/.gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … as in crrev.com/cfd2020d. Issue: 377049113 Reviewed-on: https://github.com/youtube/cobalt/pull/4616 --- third_party/android_deps/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/android_deps/.gitignore b/third_party/android_deps/.gitignore index 8066eb49d992..2c0c14b59480 100644 --- a/third_party/android_deps/.gitignore +++ b/third_party/android_deps/.gitignore @@ -6,6 +6,7 @@ buildSrc/.gradle/ buildSrc/build/ # JAR and AAR files will be fetched via CIPD. +cipd/ libs/*/*.jar libs/*/*.aar