Remove unnecessary files in release tarball

This patch adds a few entries in .gitattributes to specify files that
should never end up in a distribution tarball.

Signed-off-by: Hu Keping <hukeping@huawei.com>
This commit is contained in:
Hu Keping 2020-06-30 20:30:01 +00:00 committed by Simon Goldschmidt
parent 4a169109a7
commit ccea55370a

6
.gitattributes vendored
View File

@ -2,3 +2,9 @@
*.txt text
*.c text
*.h text
# For git archive
.gitignore export-ignore
.gitattributes export-ignore
.travis.yml export-ignore
.vscode export-ignore