dart-sdk/third_party/.gitignore
Devon Carew b640dffb0a [third_party] misc updates for the gitignore files
Change-Id: Ie3b816725128b27f3b48f9cb11e2c78ff3977652
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/370981
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Elliott Brooks <elliottbrooks@google.com>
2024-06-11 18:09:59 +00:00

32 lines
777 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
!clang.tar.gz.sha1
!unittest.tar.gz.sha1
!update.sh
!fallback_root_certificates
# First exclude pkg from the gitignore, then re-ignore all its contents.
# See https://github.com/dart-lang/pub/issues/4300.
!/pkg/
/pkg/*
!/pkg/native_assets_builder.status
!/pkg/native_assets_cli.status
!/pkg/native_toolchain_c.status
# These packages are authored in third_party.
!/pkg/dap
!/pkg/dap/*
!/pkg/language_server_protocol
!/pkg/language_server_protocol/*