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

Unified Diff: .gitignore

Issue 12755033: Execute a temp copy of update_depot_tools.bat (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 7 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
« no previous file with comments | « no previous file | update_depot_tools.bat » ('j') | update_depot_tools.bat » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index ede5858c69b1fac2bd1f5487502710640aa4dc06..1d998bc1625f51d94cd4e95af46618e2bde95308 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,11 @@
/.ssh
/.subversion
+# Ignore temporary locations for auto-updating scripts. These are necessary
M-A Ruel 2013/03/20 21:06:37 Not needed.
+# because Windows sometimes freaks out when a file is overwritten while it's
+# executing.
+/update_depot_tools_tmp.bat
+
# Ignore locations where third-party tools are placed during bootstrapping.
/python_bin
/git_bin
« no previous file with comments | « no previous file | update_depot_tools.bat » ('j') | update_depot_tools.bat » ('J')

Powered by Google App Engine
This is Rietveld 408576698