mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
0fee296130
This isn't linked in to anything yet, but I've verified that it works. Bug: https://github.com/dart-lang/sdk/issues/37882 Change-Id: Ib65d7f11aacac1a20d93fc5d4f10ced19ecb1e51 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113263 Reviewed-by: Ryan Macnak <rmacnak@google.com> Commit-Queue: Liam Appelbe <liama@google.com>
17 lines
385 B
Text
17 lines
385 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
|
|
!7zip.tar.gz.sha1
|
|
!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
|