Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Unified Diff: tools/memory_inspector/.gitignore

Issue 158993002: Add Android-backend to the memory_inspector (prerequisites). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self-nits Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/memory_inspector/.gitignore
diff --git a/tools/memory_inspector/.gitignore b/tools/memory_inspector/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..196b13c1dd4dd7cc1825c30e294192462cae33a6
--- /dev/null
+++ b/tools/memory_inspector/.gitignore
@@ -0,0 +1,4 @@
+# Ignore prebuilts (but not the .sha1 required for fetching them from GCS)
+prebuilts/*
+!prebuilts/*.sha1
+!prebuilts/README

Powered by Google App Engine
This is Rietveld 408576698