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

Unified Diff: .gitignore

Issue 9751009: Fix git depot_tools update flow. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools
Patch Set: Created 8 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 | bootstrap/update_depot_tools.bat » ('j') | bootstrap/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 a8ebcc0f3c75d6e02196244f4784e17933e38512..797885445d70a06f78efe60eb6862e1d5c244d56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+.gitconfig
M-A Ruel 2012/03/20 15:19:13 Why would this file be created?
gab 2012/03/20 20:10:52 Not sure why, but it was created in my Windows che
+
# Ignore any python bytecode.
*.pyc
@@ -16,6 +18,7 @@
/python_bin
/git_bin
/site-packages-py*
+/.ssh
M-A Ruel 2012/03/20 15:19:13 Same here.
gab 2012/03/20 20:10:52 This was also created in my Windows checkout and c
/svn_bin
# Ignore unittest related files.
« no previous file with comments | « no previous file | bootstrap/update_depot_tools.bat » ('j') | bootstrap/update_depot_tools.bat » ('J')

Powered by Google App Engine
This is Rietveld 408576698