OLD | NEW |
---|---|
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 |
OLD | NEW |