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

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: . Created 9 years 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..8b0042cf0557ed03bcfb783a9f39e01aae86195d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,35 @@
+# Ignore any python bytecode.
*.pyc
+
+# Ignore scripts that are generated by Mac/Linux bootstrapping.
/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
+
+# Ignore locations where third-party tools are placed during bootstrapping.
+/python_bin
+/git_bin
+/site-packages-*
+/svn_bin
+
+# Ignore unittest related files.
/depot_tools_testing_lib/_rietveld
M-A Ruel 2011/12/19 21:04:23 This was wrong btw.
chrisha 2012/01/06 21:21:28 Do you want it removed?
/testing_support/_rietveld
/tests/subversion_config/README.txt
/tests/subversion_config/auth
/tests/subversion_config/servers
+
+# Ignore files related to development with git and git-cl.
+/.subversion
M-A Ruel 2011/12/19 21:04:23 These are from your home dir, I don't understand.
chrisha 2012/01/06 21:21:28 Hmm... they *should* be from my home directory but
+/.codereview_upload_cookies
+/.git_cl_description_backup
+/.gitconfig
+/.last_codereview_email_address
« 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