dart-sdk/third_party/.gitignore
William Hesse 47df139ed3 Download unittest package from cloud storage.
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 .
2016-01-26 17:07:15 +01:00

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