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

Unified Diff: third_party/google_api_python_client/.hgignore

Issue 963953003: OAuth2 support in depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: fix logging level Created 5 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: third_party/google_api_python_client/.hgignore
diff --git a/third_party/google_api_python_client/.hgignore b/third_party/google_api_python_client/.hgignore
new file mode 100644
index 0000000000000000000000000000000000000000..dc9cf78267699faf2a257ae309b80a2bda483600
--- /dev/null
+++ b/third_party/google_api_python_client/.hgignore
@@ -0,0 +1,24 @@
+syntax: glob
+
+*.pyc
+*.pyc-2.4
+*.dat
+.*.swp
+*/.git/*
+*/.cache/*
+.gitignore
+.tox
+samples/buzz/*.dat
+samples/moderator/*.dat
+htmlcov/*
+.coverage
+database.sqlite3
+build/*
+googlecode_upload.py
+google_api_python_client.egg-info/*
+dist/*
+snapshot/*
+MANIFEST
+.project
+.pydevproject
+.settings/*

Powered by Google App Engine
This is Rietveld 408576698