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

Unified Diff: .gitignore

Issue 8965033: Adds Python package management to depot_tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Update pylint blacklist. Created 8 years, 11 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 | PRESUBMIT.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 bf31b360b9dcb52f70bd763f2cabca28d8345481..a8ebcc0f3c75d6e02196244f4784e17933e38512 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,24 @@
+# Ignore any python bytecode.
*.pyc
+
+# Ignore the batch files produced by the Windows bootstrapping.
+/git.bat
+/gitk.bat
/python
/python.bat
-/python_bin
+/ssh.bat
+/ssh-keygen.bat
/svn
/svn.bat
-/svn_bin
/svnversion.bat
-/depot_tools_testing_lib/_rietveld
+
+# Ignore locations where third-party tools are placed during bootstrapping.
+/python_bin
+/git_bin
+/site-packages-py*
+/svn_bin
+
+# Ignore unittest related files.
/testing_support/_rietveld
/tests/subversion_config/README.txt
/tests/subversion_config/auth
« no previous file with comments | « no previous file | PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698