mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
47f88b5ff3
Bug: https://github.com/dart-lang/pub/issues/2939 Change-Id: I30148017e33a4d7af99102bd98b99e70d5641478 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/199250 Commit-Queue: Jonas Jensen <jonasfj@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
16 lines
367 B
Text
16 lines
367 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
|
|
!d8
|
|
!firefox_jsshell
|
|
!clang.tar.gz.sha1
|
|
!unittest.tar.gz.sha1
|
|
!update.sh
|
|
!/wasmer
|
|
# but ignore a subfolder of tcmalloc (some client ignores /tcmalloc/.gitignore)
|
|
/tcmalloc/gperftools
|