dart-sdk/third_party/.gitignore
Ömer Sinan Ağacan b807dbd0cd [third_party] Add jsshell binaries to gitignore
Ignore files downloaded with the gclient custom var
"checkout_javascript_engines":

- third_party/firefox_jsshell/js
- third_party/firefox_jsshell/libnspr4.so
- third_party/firefox_jsshell/libplc4.so
- third_party/firefox_jsshell/libplds4.so

Change-Id: I135126867994862b48185ec9fa6be71e113411d5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371680
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Ömer Ağacan <omersa@google.com>
2024-06-14 09:33:07 +00:00

32 lines
792 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
# 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/*