aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 9a841cd43decb057112a99e02951adc5724f73f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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