Chromium Code Reviews| Index: third_party/.gitignore |
| diff --git a/third_party/.gitignore b/third_party/.gitignore |
| index cbe3480829d52e6944915bef3d36a538d2828de7..a55ad28de75893027240f59deb79227ccfb28435 100644 |
| --- a/third_party/.gitignore |
| +++ b/third_party/.gitignore |
| @@ -1,7 +1,9 @@ |
| # ignore everything |
| * |
| -# except for items in the pkg directory and self |
| +# except for items in the pkg directory and self. |
| +# except for our files in boringssl. The checkout is in boringssl/src. |
| !.gitignore |
| !pkg |
| !pkg_tested |
| +!boringssl |
| !d8 |