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 !d8 | 10 !d8 |
OLD | NEW |