mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:20:31 +00:00
770ab5275a
Change-Id: Id353fa11a8f86415569a505ef5ecd7bf03fb51e1 Reviewed-on: https://dart-review.googlesource.com/c/90487 Commit-Queue: Alexander Thomas <athom@google.com> Reviewed-by: Jonas Termansen <sortie@google.com>
17 lines
389 B
Text
17 lines
389 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
|
|
!pkg_tested
|
|
!/tcmalloc
|
|
!d8
|
|
!7zip.tar.gz.sha1
|
|
!firefox_jsshell
|
|
!clang.tar.gz.sha1
|
|
!unittest.tar.gz.sha1
|
|
!update.sh
|
|
!/googletest
|
|
# but ignore a subfolder of tcmalloc (some client ignores /tcmalloc/.gitignore)
|
|
/tcmalloc/gperftools
|