mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
Filter sources for the tarball. (#808)
This commit is contained in:
parent
7f740f1308
commit
f0db711f46
32
.gitattributes
vendored
32
.gitattributes
vendored
@ -1 +1,33 @@
|
|||||||
tests/testdata/* binary
|
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
|
Loading…
Reference in New Issue
Block a user