From ab8fe680431d9cafe1e41f069ce97a5dcbb10142 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 17 Dec 2020 15:08:07 +0800 Subject: [PATCH] mod .gitignore --- .gitignore | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a0f745c087..6b8ba902f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,15 @@ +android +third_party/d8* +third_party/icu* +third_party/libdex* +tools/android* tools/clang* -tools/ninja* +tools/gcc* tools/gn* +tools/icu* +tools/ninja* +tools/r8* +tools/release* build/logs* libjava-core output - -- Gitee