mirror of
https://github.com/google/brotli.git
synced 2024-11-08 21:30:04 +00:00
33 lines
754 B
Plaintext
33 lines
754 B
Plaintext
tests/testdata/* binary
|
|
|
|
# Exclude everything
|
|
**/** export-ignore
|
|
|
|
# Add top-level files
|
|
bootstrap !export-ignore
|
|
BUILD !export-ignore
|
|
CMakeLists.txt !export-ignore
|
|
compiler_config_setting.bzl !export-ignore
|
|
configure !export-ignore
|
|
configure-cmake !export-ignore
|
|
configure.ac !export-ignore
|
|
CONTRIBUTING.md !export-ignore
|
|
LICENSE !export-ignore
|
|
Makefile !export-ignore
|
|
Makefile.am !export-ignore
|
|
MANIFEST.in !export-ignore
|
|
premake5.lua !export-ignore
|
|
README !export-ignore
|
|
README.md !export-ignore
|
|
WORKSPACE !export-ignore
|
|
|
|
# Add sources
|
|
c !export-ignore
|
|
c/** !export-ignore
|
|
c/common/dictionary.bin* export-ignore
|
|
c/fuzz export-ignore
|
|
|
|
# Add man pages
|
|
docs !export-ignore
|
|
docs/** !export-ignore
|
|
docs/brotli-comparison-study-2015-09-22.pdf export-ignore |