dart-sdk/third_party/.gitignore
Derek Xu 6f09cf9094 [VM] Add dependencies needed to generate protozero code
This adds dependencies on the perfetto, protobuf, and protobuf-gn repos on fuchsia.googlesource.com.

Change-Id: Ib196587e4cacb7e95c5ca284539fcd578d09d16b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278200
Commit-Queue: Derek Xu <derekx@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
2023-01-26 16:07:22 +00:00

23 lines
533 B
Plaintext

# ignore everything
*
# except for the following files and directories:
!.gitignore
!pkg
!/tcmalloc
!d8
!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
# custom_options.proto needs to be checked in because it is a stub we define
# ourselves to prevent the "all" ninja target from breaking.
!protobuf/
protobuf/*
!protobuf/src/
protobuf/src/*
!protobuf/src/test/
!protobuf/src/test/custom_options.proto