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

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: 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 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.
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
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-py*
7 /svn_bin 21 /svn_bin
8 /svnversion.bat 22
9 /depot_tools_testing_lib/_rietveld 23 # Ignore unittest related files.
10 /testing_support/_rietveld 24 /testing_support/_rietveld
11 /tests/subversion_config/README.txt 25 /tests/subversion_config/README.txt
12 /tests/subversion_config/auth 26 /tests/subversion_config/auth
13 /tests/subversion_config/servers 27 /tests/subversion_config/servers
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