From eea28935df555ba6cdc373bec7d5212272d49bfa Mon Sep 17 00:00:00 2001 From: Maher Zaidoune Date: Sat, 4 Jul 2020 17:35:59 +0100 Subject: [PATCH] ignore HPROF files (#3456) --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 56cc6425..23de6e20 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -83,3 +83,6 @@ lint/generated/ lint/outputs/ lint/tmp/ # lint/reports/ + +# Android Profiling +*.hprof