diff options
author | Maher Zaidoune <maherzaidoune@gmail.com> | 2020-07-04 17:35:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-04 13:35:59 -0300 |
commit | eea28935df555ba6cdc373bec7d5212272d49bfa (patch) | |
tree | f0d9ce78982b4e551509acac6c9353d6cc525ff6 | |
parent | 5cf393421db855df42b64e081a916d054f6c5ecc (diff) | |
download | gitignore-eea28935df555ba6cdc373bec7d5212272d49bfa.tar.gz gitignore-eea28935df555ba6cdc373bec7d5212272d49bfa.zip |
ignore HPROF files (#3456)
-rw-r--r-- | Android.gitignore | 3 |
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 |