Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index a8ebcc0f3c75d6e02196244f4784e17933e38512..797885445d70a06f78efe60eb6862e1d5c244d56 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -1,3 +1,5 @@ |
| +.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
|
| + |
| # Ignore any python bytecode. |
| *.pyc |
| @@ -16,6 +18,7 @@ |
| /python_bin |
| /git_bin |
| /site-packages-py* |
| +/.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
|
| /svn_bin |
| # Ignore unittest related files. |