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

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: Addressed review comments. 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 | package_management.py » ('j') | package_management.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index bf31b360b9dcb52f70bd763f2cabca28d8345481..d2e5bde6409a6b3147a59f96c6c7f5714a63ace9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,26 @@
+# Ignore any python bytecode.
*.pyc
+
+# Ignore scripts that are generated by Mac/Linux bootstrapping.
M-A Ruel 2012/01/09 02:34:15 FYI, it's Windows bootstrapping. They should proba
chrisha 2012/01/31 16:35:40 Removed comment, consolidated with rest of bootstr
/python
-/python.bat
-/python_bin
/svn
+
+# Ignore the batch files produced by the Windows bootstrapping.
+/git.bat
+/gitk.bat
+/python.bat
+/ssh.bat
+/ssh-keygen.bat
/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 | package_management.py » ('j') | package_management.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698