aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaher Zaidoune <maherzaidoune@gmail.com>2020-07-04 17:35:59 +0100
committerGitHub <noreply@github.com>2020-07-04 13:35:59 -0300
commiteea28935df555ba6cdc373bec7d5212272d49bfa (patch)
treef0d9ce78982b4e551509acac6c9353d6cc525ff6
parent5cf393421db855df42b64e081a916d054f6c5ecc (diff)
downloadgitignore-eea28935df555ba6cdc373bec7d5212272d49bfa.tar.gz
gitignore-eea28935df555ba6cdc373bec7d5212272d49bfa.zip
ignore HPROF files (#3456)
-rw-r--r--Android.gitignore3
1 files changed, 3 insertions, 0 deletions
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