blob: 2d37bf2676c94440b365645c1b009ca6a061435a [file] [log] [blame]
# 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
# custom_options.proto needs to be checked in because it is a stub we define
# ourselves to prevent the "all" ninja target from breaking.
!./protobuf/
./protobuf/*
!./protobuf/src/
./protobuf/src/*
!./protobuf/src/test/
!./protobuf/src/test/custom_options.proto