diff options
Diffstat (limited to 'examples/llama.android/.gitignore')
| -rw-r--r-- | examples/llama.android/.gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/examples/llama.android/.gitignore b/examples/llama.android/.gitignore new file mode 100644 index 00000000..347e252e --- /dev/null +++ b/examples/llama.android/.gitignore @@ -0,0 +1,33 @@ +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Log/OS Files +*.log + +# Android Studio generated files and folders +captures/ +.externalNativeBuild/ +.cxx/ +*.apk +output.json + +# IntelliJ +*.iml +.idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml + +# Keystore files +*.jks +*.keystore + +# Google Services (e.g. APIs or Firebase) +google-services.json + +# Android Profiling +*.hprof |
