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

Side by Side Diff: .gitignore

Issue 1959193002: Fix depot_tools presubmit's local_rietveld script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: gitignore Created 4 years, 7 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 | fetch.py » ('j') | fetch.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 # 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-bash
6 /git.bat 6 /git.bat
7 /gitk.bat 7 /gitk.bat
8 /pylint.bat 8 /pylint.bat
9 /.pylint.d/ 9 /.pylint.d/
10 /python 10 /python
(...skipping 25 matching lines...) Expand all
36 36
37 # Ignore ctags/cscope index files 37 # Ignore ctags/cscope index files
38 /TAGS 38 /TAGS
39 /cscope.files 39 /cscope.files
40 /cscope.in.out 40 /cscope.in.out
41 /cscope.out 41 /cscope.out
42 /cscope.po.out 42 /cscope.po.out
43 /tags 43 /tags
44 44
45 # Ignore unittest related files. 45 # Ignore unittest related files.
46 /testing_support/_infra
46 /testing_support/_rietveld 47 /testing_support/_rietveld
47 /tests/git-svn-submodule/ 48 /tests/git-svn-submodule/
48 /tests/subversion_config/README.txt 49 /tests/subversion_config/README.txt
49 /tests/subversion_config/auth 50 /tests/subversion_config/auth
50 /tests/subversion_config/servers 51 /tests/subversion_config/servers
51 /tests/svn/ 52 /tests/svn/
52 /tests/svnrepo/ 53 /tests/svnrepo/
53 54
54 # Ignore intermediate isolate files 55 # Ignore intermediate isolate files
55 *.isolated 56 *.isolated
56 *.isolated.state 57 *.isolated.state
57 58
58 # Ignore recipe working directory. 59 # Ignore recipe working directory.
59 /.recipe_deps 60 /.recipe_deps
60 /infra/.recipe_deps 61 /infra/.recipe_deps
61 62
62 # Ignore google AE downloaded for running testing only. 63 # Ignore google AE downloaded for running testing only.
63 testing_support/google_appengine 64 testing_support/google_appengine
OLDNEW
« no previous file with comments | « no previous file | fetch.py » ('j') | fetch.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698