mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
f6183a63e5
BUG= R=ricow@google.com Review URL: https://codereview.chromium.org/1542953002 .
14 lines
No EOL
276 B
Text
14 lines
No EOL
276 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
|
|
!boringssl
|
|
!drt_resources
|
|
!d8
|
|
!7zip.tar.gz.sha1
|
|
!firefox_jsshell
|
|
!gsutil.tar.gz.sha1
|
|
!clang.tar.gz.sha1 |