dart-sdk/third_party/.gitignore
Derek Xu cbe4eea481 [VM] Fix third_party gitignore
Fixes the dirty tree problem reported here:
https://dart-review.googlesource.com/c/sdk/+/278200/comments/052279f9_df2d7201

Change-Id: I7923fa2067ce67db62b40689de126ab568c25291
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279474
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Derek Xu <derekx@google.com>
2023-01-26 20:52:19 +00:00

23 lines
545 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