jenkins-bot has submitted this change and it was merged. Change subject: Update gitignore to accommodate memory profiling dumps. ......................................................................
Update gitignore to accommodate memory profiling dumps. The updated Android Studio saves HPROF dumps and allocation traces to a directory called /captures, which should not be relevant for git. Change-Id: Id752da849bda223ef6de535d2fd393d41fdbf59c --- M .gitignore 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: BearND: Looks good to me, approved Niedzielski: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/.gitignore b/.gitignore index a74bff1..aaba1ad 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ .idea out *.tmproj +/captures # OS specific files *~ -- To view, visit https://gerrit.wikimedia.org/r/229033 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id752da849bda223ef6de535d2fd393d41fdbf59c Gerrit-PatchSet: 1 Gerrit-Project: apps/android/wikipedia Gerrit-Branch: master Gerrit-Owner: Dbrant <[email protected]> Gerrit-Reviewer: BearND <[email protected]> Gerrit-Reviewer: Brion VIBBER <[email protected]> Gerrit-Reviewer: Mholloway <[email protected]> Gerrit-Reviewer: Niedzielski <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
