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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | package_management.py » ('j') | package_management.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Ignore any python bytecode.
1 *.pyc 2 *.pyc
3
4 # Ignore scripts that are generated by Mac/Linux bootstrapping.
2 /python 5 /python
6 /svn
7
8 # Ignore the batch files produced by the Windows bootstrapping.
9 /git.bat
10 /gitk.bat
3 /python.bat 11 /python.bat
12 /ssh.bat
13 /ssh-keygen.bat
14 /svn.bat
15 /svnversion.bat
16
17 # Ignore locations where third-party tools are placed during bootstrapping.
4 /python_bin 18 /python_bin
5 /svn 19 /git_bin
6 /svn.bat 20 /site-packages-*
7 /svn_bin 21 /svn_bin
8 /svnversion.bat 22
23 # Ignore unittest related files.
9 /depot_tools_testing_lib/_rietveld 24 /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?
10 /testing_support/_rietveld 25 /testing_support/_rietveld
11 /tests/subversion_config/README.txt 26 /tests/subversion_config/README.txt
12 /tests/subversion_config/auth 27 /tests/subversion_config/auth
13 /tests/subversion_config/servers 28 /tests/subversion_config/servers
29
30 # Ignore files related to development with git and git-cl.
31 /.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
32 /.codereview_upload_cookies
33 /.git_cl_description_backup
34 /.gitconfig
35 /.last_codereview_email_address
OLDNEW
« 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