blob: 8915918cfc71f59b268e3230c6149cccc87ef68c [file] [log] [blame]
Eugene Kliuchnikov40f0fdc2019-07-16 17:49:14 +02001tests/testdata/* binary
Eugene Kliuchnikovf0db7112020-05-15 13:04:17 +02002
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
Evgenii Kliuchnikovdb361a02020-08-27 15:56:54 +020022setup.py !export-ignore
23setup.cfg !export-ignore
Eugene Kliuchnikovf0db7112020-05-15 13:04:17 +020024WORKSPACE !export-ignore
25
26# Add sources
27c !export-ignore
28c/** !export-ignore
Eugene Kliuchnikovd0529182020-08-26 17:13:31 +020029c/common/dictionary.bin* export-ignore
Eugene Kliuchnikovf0db7112020-05-15 13:04:17 +020030c/fuzz export-ignore
Evgenii Kliuchnikovdb361a02020-08-27 15:56:54 +020031
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.
Eugene Kliuchnikovd0529182020-08-26 17:13:31 +020042scripts !export-ignore
43scripts/sources.lst !export-ignore
44scripts/libbrotli*.pc.in !export-ignore
Evgenii Kliuchnikovdb361a02020-08-27 15:56:54 +020045
46# Add testdata
Eugene Kliuchnikovd0529182020-08-26 17:13:31 +020047tests !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