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
|
.gradle
|
||||||
/local.properties
|
/local.properties
|
||||||
build
|
build
|
||||||
|
/app/build
|
||||||
/captures
|
/captures
|
||||||
|
*.apk
|
||||||
|
*.ap_
|
||||||
|
*.dex
|
||||||
|
*.class
|
||||||
.externalNativeBuild
|
.externalNativeBuild
|
||||||
/app/release
|
/app/release
|
||||||
/app/.cxx
|
/app/.cxx
|
||||||
gradle/wrapper/gradle-wrapper.jar
|
gradle/wrapper/gradle-wrapper.jar
|
||||||
/distribution/*
|
/distribution/*
|
||||||
/distribution.video/*
|
/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