mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
47df139ed3
The deprecated unittest package is version 0.11.6 of the test package. Checking it out via git, alongside test, causes a git-cache locking conflict. BUG= R=sgjesse@google.com Review URL: https://codereview.chromium.org/1631263002 .
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
|
|
!boringssl
|
|
!drt_resources
|
|
!d8
|
|
!7zip.tar.gz.sha1
|
|
!firefox_jsshell
|
|
!gsutil.tar.gz.sha1
|
|
!clang.tar.gz.sha1
|
|
!unittest.tar.gz.sha1
|