Dbrant has uploaded a new change for review. https://gerrit.wikimedia.org/r/229033
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(-) git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia refs/changes/33/229033/1 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: newchange Gerrit-Change-Id: Id752da849bda223ef6de535d2fd393d41fdbf59c Gerrit-PatchSet: 1 Gerrit-Project: apps/android/wikipedia Gerrit-Branch: master Gerrit-Owner: Dbrant <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
