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

Side by Side Diff: .gitignore

Issue 1667853004: Ignore more files and directories (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | 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.bat 5 /git.bat
6 /gitk.bat 6 /gitk.bat
7 /pylint.bat 7 /pylint.bat
8 /.pylint.d/
8 /python 9 /python
9 /python.bat 10 /python.bat
10 /ssh.bat 11 /ssh.bat
11 /ssh-keygen.bat 12 /ssh-keygen.bat
12 /svn 13 /svn
13 /svn.bat 14 /svn.bat
14 /svnversion.bat 15 /svnversion.bat
15 /.codereview_upload_cookies 16 /.codereview_upload_cookies
16 /.gitconfig 17 /.gitconfig
17 /.git_cl_description_backup 18 /.git_cl_description_backup
18 /.last_codereview_email_address 19 /.last_codereview_email_address
19 /.ssh 20 /.ssh
20 /.subversion 21 /.subversion
21 22
22 # Ignore locations where third-party tools are placed during bootstrapping. 23 # Ignore locations where third-party tools are placed during bootstrapping.
23 /python*_bin 24 /python*_bin
24 /git_bin 25 /git_bin
25 /git-*_bin 26 /git-*_bin
26 /svn_bin 27 /svn_bin
27 /external_bin 28 /external_bin
28 /win_toolchain/vs2013_files 29 /win_toolchain/vs2013_files
29 /win_toolchain/.timestamps 30 /win_toolchain/vs_files
31 /win_toolchain/*.timestamps
30 /win_toolchain/.vspro 32 /win_toolchain/.vspro
31 /win_toolchain/data.json 33 /win_toolchain/data.json
32 34
33 # Ignore ctags/cscope index files 35 # Ignore ctags/cscope index files
34 /TAGS 36 /TAGS
35 /cscope.files 37 /cscope.files
36 /cscope.in.out 38 /cscope.in.out
37 /cscope.out 39 /cscope.out
38 /cscope.po.out 40 /cscope.po.out
39 /tags 41 /tags
40 42
41 # Ignore unittest related files. 43 # Ignore unittest related files.
42 /testing_support/_rietveld 44 /testing_support/_rietveld
43 /tests/git-svn-submodule/ 45 /tests/git-svn-submodule/
44 /tests/subversion_config/README.txt 46 /tests/subversion_config/README.txt
45 /tests/subversion_config/auth 47 /tests/subversion_config/auth
46 /tests/subversion_config/servers 48 /tests/subversion_config/servers
47 /tests/svn/ 49 /tests/svn/
48 /tests/svnrepo/ 50 /tests/svnrepo/
49 51
50 # Ignore intermediate isolate files 52 # Ignore intermediate isolate files
51 *.isolated 53 *.isolated
52 *.isolated.state 54 *.isolated.state
53 55
54 # Ignore recipe working directory. 56 # Ignore recipe working directory.
55 /.recipe_deps 57 /.recipe_deps
56 /infra/.recipe_deps 58 /infra/.recipe_deps
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698