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

Unified Diff: .gitignore

Issue 1074673002: Add OAuth2 support for end users (i.e. 3-legged flow with the browser). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: fix bugs Created 5 years, 8 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
« no previous file with comments | « no previous file | auth.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 4db19bfbbf2f68ff90ac53de7b8e93628e6aad84..2c8f9f9cfc3582675fabb12f3365c2d5d882370b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,6 @@
/tests/subversion_config/servers
/tests/svn/
/tests/svnrepo/
+
+# Ignore "flag" file used by auth.py.
M-A Ruel 2015/04/10 13:40:59 This should eventually removed, so a TODO(vadimsh)
Vadim Sh. 2015/04/10 18:45:27 Done.
+/USE_OAUTH2
« no previous file with comments | « no previous file | auth.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698