From e572b2df531d49e8600504f633415b26a99afec2 Mon Sep 17 00:00:00 2001 From: jamie prince Date: Tue, 18 Aug 2026 19:54:02 +0100 Subject: [PATCH] Ignore nested submodule repos and Android build outputs --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index 64a724cc..61d810f9 100644 --- a/.gitignore +++ b/.gitignore @@ -9,10 +9,28 @@ java_* .gradle /local.properties build +/app/build /captures +*.apk +*.ap_ +*.dex +*.class .externalNativeBuild /app/release /app/.cxx gradle/wrapper/gradle-wrapper.jar /distribution/* /distribution.video/* +libbaresip-android/amr +libbaresip-android/baresip +libbaresip-android/bcg729 +libbaresip-android/codec2 +libbaresip-android/g722 +libbaresip-android/g7221 +libbaresip-android/ilbc +libbaresip-android/openssl +libbaresip-android/opus +libbaresip-android/re +libbaresip-android/sndfile +libbaresip-android/vo-amrwbenc +libbaresip-android/zrtpcpp