mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Exclude openssl an 7zip from git export so they don't pollute our source tarballs
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -1,9 +1,11 @@
|
||||
# List files and directories to exclude from git archive
|
||||
/dependencies/7zip export-ignore
|
||||
/dependencies/create-dmg export-ignore
|
||||
/dependencies/openssl export-ignore
|
||||
/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
|
||||
|
||||
|
Reference in New Issue
Block a user