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

Side by Side Diff: .gitignore

Issue 1847783002: Multiple improvements to windows bash integration. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Add direct mode and unbuffered Created 4 years, 8 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
« no previous file with comments | « no previous file | bootstrap/win/git-bash.template.sh » ('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 # 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-bash
5 /git.bat 6 /git.bat
6 /gitk.bat 7 /gitk.bat
7 /pylint.bat 8 /pylint.bat
8 /.pylint.d/ 9 /.pylint.d/
9 /python 10 /python
10 /python.bat 11 /python.bat
11 /ssh.bat 12 /ssh.bat
12 /ssh-keygen.bat 13 /ssh-keygen.bat
13 /svn 14 /svn
14 /svn.bat 15 /svn.bat
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 # Ignore intermediate isolate files 54 # Ignore intermediate isolate files
54 *.isolated 55 *.isolated
55 *.isolated.state 56 *.isolated.state
56 57
57 # Ignore recipe working directory. 58 # Ignore recipe working directory.
58 /.recipe_deps 59 /.recipe_deps
59 /infra/.recipe_deps 60 /infra/.recipe_deps
60 61
61 # Ignore google AE downloaded for running testing only. 62 # Ignore google AE downloaded for running testing only.
62 testing_support/google_appengine 63 testing_support/google_appengine
OLDNEW
« no previous file with comments | « no previous file | bootstrap/win/git-bash.template.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698