mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-18 18:18:00 -05:00
Do not include empty directories cocci and .reuse in tarball
This commit is contained in:
parent
4ffab46059
commit
fcb2203431
1 changed files with 2 additions and 0 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -18,8 +18,10 @@ dangerfile.py export-ignore
|
|||
/.github/** export-ignore
|
||||
/.gitlab/** export-ignore
|
||||
/.mailmap export-ignore
|
||||
/.reuse export-ignore
|
||||
/.reuse/** export-ignore
|
||||
/ci export-ignore
|
||||
/cocci export-ignore
|
||||
/cocci/** export-ignore
|
||||
/conftools export-ignore
|
||||
/doc/design export-ignore
|
||||
|
|
|
|||
Loading…
Reference in a new issue