mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 23:30:00 -04:00
fix: nil: Do not include benchmark data in tarball
Related: #5379 Merge branch 'pspacek/do-not-distribute-benchmark-data' into 'main' See merge request isc-projects/bind9!10619
This commit is contained in:
commit
c7d0c7dcb0
2 changed files with 4 additions and 1 deletions
4
.gitattributes
vendored
4
.gitattributes
vendored
|
|
@ -18,11 +18,15 @@ 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
|
||||
/doc/dev export-ignore
|
||||
/tests/bench/names.csv export-ignore
|
||||
/util/** export-ignore
|
||||
/util/bindkeys.pl -export-ignore
|
||||
/util/check-make-install.in -export-ignore
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
../../../.clang-format.headers
|
||||
Loading…
Reference in a new issue