Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # ignore everything | 1 # ignore everything |
| 2 * | 2 * |
| 3 # except for items in the pkg directory and self. | 3 # except for items in the pkg directory and self. |
| 4 # except for our files in boringssl. The checkout is in boringssl/src. | 4 # except for our files in boringssl. The checkout is in boringssl/src. |
| 5 !.gitignore | 5 !.gitignore |
| 6 !pkg | 6 !pkg |
| 7 !pkg_tested | 7 !pkg_tested |
| 8 !boringssl | 8 !boringssl |
| 9 !drt_resources | 9 !drt_resources |
| 10 !d8 | 10 !d8 |
| 11 !7zip.tar.gz.sha1 | 11 !7zip.tar.gz.sha1 |
| 12 !firefox_jsshell | 12 !firefox_jsshell |
| 13 !gsutil.tar.gz.sha1 | 13 !gsutil.tar.gz.sha1 |
| 14 !clang.tar.gz.sha1 | |
| OLD | NEW |