aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas.ru@gmail.com>2020-08-26 17:13:31 +0200
committerGitHub <noreply@github.com>2020-08-26 17:13:31 +0200
commitd0529182550129fe047a2d92a132fa14522deda2 (patch)
tree03accbf335c23a0bb15f9dccaab8214bf73fe66e /.gitattributes
parent665e81dc9bfdee710384c6b7fe52013ab5ffca1a (diff)
downloadbrotli-d0529182550129fe047a2d92a132fa14522deda2.zip
brotli-d0529182550129fe047a2d92a132fa14522deda2.tar.gz
brotli-d0529182550129fe047a2d92a132fa14522deda2.tar.bz2
Fix build files (#829)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes13
1 files changed, 12 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 9a841cd..c0ca54b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -24,8 +24,19 @@ WORKSPACE !export-ignore
# Add sources
c !export-ignore
c/** !export-ignore
-c/common/dictionary.bin* export-ignore
+c/common/dictionary.bin* export-ignore
c/fuzz export-ignore
+scripts !export-ignore
+scripts/sources.lst !export-ignore
+scripts/libbrotli*.pc.in !export-ignore
+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
# Add man pages
docs !export-ignore