Ignore nested submodule repos and Android build outputs
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user