2019-07-16 15:49:14 +00:00
|
|
|
tests/testdata/* binary
|
2020-05-15 11:04:17 +00:00
|
|
|
|
|
|
|
# Exclude everything
|
|
|
|
**/** export-ignore
|
|
|
|
|
|
|
|
# Add top-level files
|
2023-07-26 10:56:04 +00:00
|
|
|
BUILD.bazel !export-ignore
|
|
|
|
CHANGELOG.md !export-ignore
|
2020-05-15 11:04:17 +00:00
|
|
|
CMakeLists.txt !export-ignore
|
|
|
|
compiler_config_setting.bzl !export-ignore
|
|
|
|
CONTRIBUTING.md !export-ignore
|
|
|
|
LICENSE !export-ignore
|
|
|
|
MANIFEST.in !export-ignore
|
|
|
|
README !export-ignore
|
|
|
|
README.md !export-ignore
|
2023-07-26 10:56:04 +00:00
|
|
|
SECURITY.md !export-ignore
|
2020-08-27 13:56:54 +00:00
|
|
|
setup.cfg !export-ignore
|
2023-07-26 10:56:04 +00:00
|
|
|
setup.py !export-ignore
|
|
|
|
WORKSPACE.bazel !export-ignore
|
2020-05-15 11:04:17 +00:00
|
|
|
|
|
|
|
# Add sources
|
|
|
|
c !export-ignore
|
|
|
|
c/** !export-ignore
|
2020-08-26 15:13:31 +00:00
|
|
|
c/common/dictionary.bin* export-ignore
|
2020-05-15 11:04:17 +00:00
|
|
|
c/fuzz export-ignore
|
2020-08-27 13:56:54 +00:00
|
|
|
|
|
|
|
# Add man pages
|
|
|
|
docs !export-ignore
|
|
|
|
docs/** !export-ignore
|
|
|
|
docs/brotli-comparison-study-2015-09-22.pdf export-ignore
|
|
|
|
|
|
|
|
# Add python bindings + tests
|
|
|
|
python !export-ignore
|
|
|
|
python/** !export-ignore
|
|
|
|
|
|
|
|
# Add more build files.
|
2020-08-26 15:13:31 +00:00
|
|
|
scripts !export-ignore
|
2023-09-13 12:13:11 +00:00
|
|
|
scripts/download_testdata.sh !export-ignore
|
2020-08-26 15:13:31 +00:00
|
|
|
scripts/libbrotli*.pc.in !export-ignore
|
2020-08-27 13:56:54 +00:00
|
|
|
|
|
|
|
# Add testdata
|
2020-08-26 15:13:31 +00:00
|
|
|
tests !export-ignore
|
|
|
|
tests/*.sh !export-ignore
|
|
|
|
tests/*.cmake !export-ignore
|
|
|
|
tests/testdata !export-ignore
|
|
|
|
tests/testdata/empty !export-ignore
|
|
|
|
tests/testdata/empty.compressed !export-ignore
|
|
|
|
tests/testdata/ukkonooa !export-ignore
|
|
|
|
tests/testdata/ukkonooa.compressed !export-ignore
|