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

Side by Side Diff: .gitignore

Issue 1494103004: Set up depot_tools as a recipe package, and add depot_tools recipe module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 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 | PRESUBMIT.py » ('j') | infra/config/recipes.cfg » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Ignore any python bytecode. 1 # Ignore any python bytecode.
2 *.pyc 2 *.pyc
3 3
4 # Ignore the batch files produced by the Windows bootstrapping. 4 # Ignore the batch files produced by the Windows bootstrapping.
5 /git.bat 5 /git.bat
6 /gitk.bat 6 /gitk.bat
7 /pylint.bat 7 /pylint.bat
8 /python 8 /python
9 /python.bat 9 /python.bat
10 /ssh.bat 10 /ssh.bat
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 /tests/git-svn-submodule/ 43 /tests/git-svn-submodule/
44 /tests/subversion_config/README.txt 44 /tests/subversion_config/README.txt
45 /tests/subversion_config/auth 45 /tests/subversion_config/auth
46 /tests/subversion_config/servers 46 /tests/subversion_config/servers
47 /tests/svn/ 47 /tests/svn/
48 /tests/svnrepo/ 48 /tests/svnrepo/
49 49
50 # Ignore intermediate isolate files 50 # Ignore intermediate isolate files
51 *.isolated 51 *.isolated
52 *.isolated.state 52 *.isolated.state
53
54 # Ignore recipe working directory.
55 /.recipe_deps
OLDNEW
« no previous file with comments | « no previous file | PRESUBMIT.py » ('j') | infra/config/recipes.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698