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

Side by Side Diff: .gitignore

Issue 9751009: Fix git depot_tools update flow. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools
Patch Set: Created 8 years, 9 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 | bootstrap/update_depot_tools.bat » ('j') | bootstrap/update_depot_tools.bat » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .gitconfig
M-A Ruel 2012/03/20 15:19:13 Why would this file be created?
gab 2012/03/20 20:10:52 Not sure why, but it was created in my Windows che
2
1 # Ignore any python bytecode. 3 # Ignore any python bytecode.
2 *.pyc 4 *.pyc
3 5
4 # Ignore the batch files produced by the Windows bootstrapping. 6 # Ignore the batch files produced by the Windows bootstrapping.
5 /git.bat 7 /git.bat
6 /gitk.bat 8 /gitk.bat
7 /python 9 /python
8 /python.bat 10 /python.bat
9 /ssh.bat 11 /ssh.bat
10 /ssh-keygen.bat 12 /ssh-keygen.bat
11 /svn 13 /svn
12 /svn.bat 14 /svn.bat
13 /svnversion.bat 15 /svnversion.bat
14 16
15 # Ignore locations where third-party tools are placed during bootstrapping. 17 # Ignore locations where third-party tools are placed during bootstrapping.
16 /python_bin 18 /python_bin
17 /git_bin 19 /git_bin
18 /site-packages-py* 20 /site-packages-py*
21 /.ssh
M-A Ruel 2012/03/20 15:19:13 Same here.
gab 2012/03/20 20:10:52 This was also created in my Windows checkout and c
19 /svn_bin 22 /svn_bin
20 23
21 # Ignore unittest related files. 24 # Ignore unittest related files.
22 /testing_support/_rietveld 25 /testing_support/_rietveld
23 /tests/subversion_config/README.txt 26 /tests/subversion_config/README.txt
24 /tests/subversion_config/auth 27 /tests/subversion_config/auth
25 /tests/subversion_config/servers 28 /tests/subversion_config/servers
OLDNEW
« no previous file with comments | « no previous file | bootstrap/update_depot_tools.bat » ('j') | bootstrap/update_depot_tools.bat » ('J')

Powered by Google App Engine
This is Rietveld 408576698