mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
1bf4dd4595
Change-Id: Id155ffd82e68fffa29bb6270a7d2ec377f4a2f05 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/283704 Reviewed-by: Slava Egorov <vegorov@google.com> Commit-Queue: Derek Xu <derekx@google.com>
14 lines
283 B
Text
14 lines
283 B
Text
# 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
|