Don't include dotfiles and CI files in release tarball

This commit is contained in:
Jean Pierre Cimalando 2020-10-06 00:47:37 +02:00
parent 9835da1672
commit 92045a9d38

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
.* export-ignore
.*/** export-ignore
appveyor.yml export-ignore