mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
b64ef27dec
Rolling https://github.com/dart-lang/native/pull/87 manually because of the c_compiler -> native_toolchain_c rename. Change-Id: I2592882a7137a40703f96a487a66d31eac7c990d Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-try,pkg-mac-release-arm64-try,pkg-mac-release-try,pkg-win-release-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/313200 Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Devon Carew <devoncarew@google.com>
16 lines
376 B
Text
16 lines
376 B
Text
# ignore everything
|
|
*
|
|
# except for the following files and directories:
|
|
!.gitignore
|
|
!/tcmalloc
|
|
!d8
|
|
!firefox_jsshell
|
|
!clang.tar.gz.sha1
|
|
!unittest.tar.gz.sha1
|
|
!update.sh
|
|
!/wasmer
|
|
!/pkg/native_assets_builder.status
|
|
!/pkg/native_assets_cli.status
|
|
!/pkg/native_toolchain_c.status
|
|
# but ignore a subfolder of tcmalloc (some client ignores /tcmalloc/.gitignore)
|
|
/tcmalloc/gperftools
|