From 1d576bdd27954f462d23af050cfb7c6c2e68d1f7 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Mon, 24 Feb 2025 21:06:41 +0800 Subject: [PATCH] ; * .gitignore: Add new VCS ignores. (cherry picked from commit 99d116a8f41c29193cb41d0cde24a7051237ecf4) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index db28033f923..71ae17fc381 100644 --- a/.gitignore +++ b/.gitignore @@ -194,6 +194,11 @@ test/manual/indent/*.new test/lisp/gnus/mml-sec-resources/random_seed test/lisp/play/fortune-resources/fortunes.dat test/**/*.xml +test/infra/android/**/*.class +test/infra/android/**/*.dex +test/infra/android/**/*.zip +test/infra/android/**/*.jar +test/infra/android/bin/build.sh # ctags, etags. TAGS -- 2.39.5