Update mktarball.sh for git usage (needs .gitattributes).

This commit is contained in:
Felix Kauselmann
2018-06-06 13:12:29 +02:00
parent 381c0f6560
commit 335a3a0cdb
2 changed files with 15 additions and 8 deletions

8
.gitattributes vendored Normal file
View File

@ -0,0 +1,8 @@
# List files and directories to exclude from git archive
/dependencies/pdfium export-ignore
/dependencies/poppler export-ignore
/dependencies/qrencode export-ignore
/dependencies/unarr export-ignore
/dependencies/create-dmg export-ignore
.gitignore export-ignore
.gitattributes export-ignore