1tests/testdata/* binary 2 3# Exclude everything 4**/** export-ignore 5 6# Add top-level files 7bootstrap !export-ignore 8BUILD !export-ignore 9CMakeLists.txt !export-ignore 10compiler_config_setting.bzl !export-ignore 11configure !export-ignore 12configure-cmake !export-ignore 13configure.ac !export-ignore 14CONTRIBUTING.md !export-ignore 15LICENSE !export-ignore 16Makefile !export-ignore 17Makefile.am !export-ignore 18MANIFEST.in !export-ignore 19premake5.lua !export-ignore 20README !export-ignore 21README.md !export-ignore 22setup.py !export-ignore 23setup.cfg !export-ignore 24WORKSPACE !export-ignore 25 26# Add sources 27c !export-ignore 28c/** !export-ignore 29c/common/dictionary.bin* export-ignore 30c/fuzz export-ignore 31 32# Add man pages 33docs !export-ignore 34docs/** !export-ignore 35docs/brotli-comparison-study-2015-09-22.pdf export-ignore 36 37# Add python bindings + tests 38python !export-ignore 39python/** !export-ignore 40 41# Add more build files. 42scripts !export-ignore 43scripts/sources.lst !export-ignore 44scripts/libbrotli*.pc.in !export-ignore 45 46# Add testdata 47tests !export-ignore 48tests/*.sh !export-ignore 49tests/*.cmake !export-ignore 50tests/testdata !export-ignore 51tests/testdata/empty !export-ignore 52tests/testdata/empty.compressed !export-ignore 53tests/testdata/ukkonooa !export-ignore 54tests/testdata/ukkonooa.compressed !export-ignore 55