2015-05-16 13:17:10 +00:00
|
|
|
# ignore everything
|
|
|
|
*
|
2015-08-26 12:42:12 +00:00
|
|
|
# except for items in the pkg directory and self.
|
|
|
|
# except for our files in boringssl. The checkout is in boringssl/src.
|
2015-05-16 13:17:10 +00:00
|
|
|
!.gitignore
|
|
|
|
!pkg
|
2016-09-16 15:24:54 +00:00
|
|
|
!/tcmalloc
|
2015-06-10 10:52:31 +00:00
|
|
|
!d8
|
2015-12-21 13:38:14 +00:00
|
|
|
!firefox_jsshell
|
2016-01-26 16:07:15 +00:00
|
|
|
!clang.tar.gz.sha1
|
|
|
|
!unittest.tar.gz.sha1
|
2018-10-10 12:36:55 +00:00
|
|
|
!update.sh
|
2019-08-20 16:56:10 +00:00
|
|
|
!/wasmer
|
2018-12-07 09:57:13 +00:00
|
|
|
# but ignore a subfolder of tcmalloc (some client ignores /tcmalloc/.gitignore)
|
|
|
|
/tcmalloc/gperftools
|