Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index ede5858c69b1fac2bd1f5487502710640aa4dc06..1d998bc1625f51d94cd4e95af46618e2bde95308 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -19,6 +19,11 @@ |
| /.ssh |
| /.subversion |
| +# Ignore temporary locations for auto-updating scripts. These are necessary |
|
M-A Ruel
2013/03/20 21:06:37
Not needed.
|
| +# because Windows sometimes freaks out when a file is overwritten while it's |
| +# executing. |
| +/update_depot_tools_tmp.bat |
| + |
| # Ignore locations where third-party tools are placed during bootstrapping. |
| /python_bin |
| /git_bin |