mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
43231d9ff4
Dart and Flutter engine both need to have the code generated for boringssl under //third_party/boringssl. To avoid having two copies of this code, this CL removes it from the Dart repo and instead pulls it from a github repo that Flutter engine can share. R=johnmccutchan@google.com Review URL: https://codereview.chromium.org/2354623003 .
15 lines
299 B
Text
15 lines
299 B
Text
# ignore everything
|
|
*
|
|
# 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
|
|
!/tcmalloc
|
|
!drt_resources
|
|
!d8
|
|
!7zip.tar.gz.sha1
|
|
!firefox_jsshell
|
|
!gsutil.tar.gz.sha1
|
|
!clang.tar.gz.sha1
|
|
!unittest.tar.gz.sha1
|