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

Unified Diff: third_party/google_api_python_client/.gitignore

Issue 963953003: OAuth2 support in depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: typo fix Created 5 years, 9 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/.gitignore
diff --git a/third_party/google_api_python_client/.gitignore b/third_party/google_api_python_client/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..ddb969d34c79a5c891142f49fe4ee8c8f3b36367
--- /dev/null
+++ b/third_party/google_api_python_client/.gitignore
@@ -0,0 +1,8 @@
+# Build artifacts
+*.py[cod]
+google_api_python_client.egg-info/
+build/
+dist/
+
+# Test files
+.tox/

Powered by Google App Engine
This is Rietveld 408576698