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

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: Update pylint blacklist. Created 8 years, 10 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 | PRESUBMIT.py » ('j') | no next file with comments »
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 the batch files produced by the Windows bootstrapping.
5 /git.bat
6 /gitk.bat
2 /python 7 /python
3 /python.bat 8 /python.bat
4 /python_bin 9 /ssh.bat
10 /ssh-keygen.bat
5 /svn 11 /svn
6 /svn.bat 12 /svn.bat
13 /svnversion.bat
14
15 # Ignore locations where third-party tools are placed during bootstrapping.
16 /python_bin
17 /git_bin
18 /site-packages-py*
7 /svn_bin 19 /svn_bin
8 /svnversion.bat 20
9 /depot_tools_testing_lib/_rietveld 21 # Ignore unittest related files.
10 /testing_support/_rietveld 22 /testing_support/_rietveld
11 /tests/subversion_config/README.txt 23 /tests/subversion_config/README.txt
12 /tests/subversion_config/auth 24 /tests/subversion_config/auth
13 /tests/subversion_config/servers 25 /tests/subversion_config/servers
OLDNEW
« 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