mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
2acf036023
Change-Id: I7e2499aafb1ae85da4699358909ac67337593a11 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247927 Reviewed-by: Jonas Termansen <sortie@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
15 lines
355 B
Text
15 lines
355 B
Text
# ignore everything
|
|
*
|
|
# except for items in the pkg directory and self.
|
|
# except for our files in boringssl. The checkout is in boringssl/src.
|
|
!.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
|