2015-05-16 13:17:10 +00:00
|
|
|
# ignore everything
|
|
|
|
*
|
2023-01-26 16:07:22 +00:00
|
|
|
# except for the following files and directories:
|
2015-05-16 13:17:10 +00:00
|
|
|
!.gitignore
|
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
|
2023-06-28 09:09:09 +00:00
|
|
|
!/pkg/native_assets_builder.status
|
2023-04-18 08:04:49 +00:00
|
|
|
!/pkg/native_assets_cli.status
|
2023-07-11 19:14:48 +00:00
|
|
|
!/pkg/native_toolchain_c.status
|
2018-12-07 09:57:13 +00:00
|
|
|
# but ignore a subfolder of tcmalloc (some client ignores /tcmalloc/.gitignore)
|
|
|
|
/tcmalloc/gperftools
|