install: exclude .github dir from dist tarballs

This commit is contained in:
Xavier Delaruelle
2020-04-07 17:51:11 +02:00
parent 1b7c7739c5
commit ee7a5248df

1
.gitattributes vendored
View File

@@ -1,6 +1,7 @@
# export version info from git
version.inc.in export-subst
# no export of git-specific stuff
.github export-ignore
.gitignore export-ignore
.gitattributes export-ignore
init/.gitignore export-ignore