Files
sdk/third_party/.gitignore
T
Daco Harkes 0d052e3969 [deps] Roll dart-lang/native
This roll moves `package:record_use` to the dart-lang/native repo.

Change-Id: I31183dc8b72272d7e94ed3031ca0b8bfca583e0d
Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-arm64-try,pkg-linux-release-try,pkg-mac-release-arm64-try,pkg-mac-release-try,pkg-win-release-arm64-try,pkg-win-release-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/463662
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Michael Goderbauer <goderbauer@google.com>
2025-11-24 05:04:03 -08:00

38 lines
894 B
Plaintext

# Ignore everything in third_party except for specific directories.
#
# The forward-slash is necessary to gitignore everything
# except for specific directories (configured below).
# See https://git-scm.com/docs/gitignore#_examples
/*
# Do not ignore the following:
!.gitignore
!binaryen
!/d8/README.google
!/firefox_jsshell/README.google
!clang.tar.gz.sha1
!unittest.tar.gz.sha1
!update.sh
!fallback_root_certificates
# Perfetto source is in subdirectory.
!perfetto
# First exclude pkg from the gitignore, then re-ignore all its contents.
# See https://github.com/dart-lang/pub/issues/4300.
!/pkg/
/pkg/*
!/pkg/code_assets.status
!/pkg/data_assets.status
!/pkg/hooks_runner.status
!/pkg/hooks.status
!/pkg/native_toolchain_c.status
!/pkg/record_use.status
# These packages are authored in third_party.
!/pkg/dap
!/pkg/dap/*
!/pkg/language_server_protocol
!/pkg/language_server_protocol/*