Add .gitattributes

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

Signed-off-by: Hu Keping <hukeping@huawei.com>
Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
This commit is contained in:
Hu Keping 2020-06-28 09:47:36 +08:00 committed by Jérôme Forissier
parent 3f37fffb71
commit e03f4f28d7

6
.gitattributes vendored Normal file
View file

@ -0,0 +1,6 @@
# For git archive
.gitignore export-ignore
.gitattributes export-ignore
.travis.yml export-ignore
.github export-ignore
.shippable.yml export-ignore