mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-21 01:15:23 -04:00
Replicating CI failures requires the developer to piece together the sanitizer flags by hand, reducing ergonomics. Fix this problem by embedding the relevant settings to the executables. Symbol resolution still needs manual intervention by setting the env variable `*SAN_SYMBOLIZER_PATH`. However, this doesn't affect any behavior.
35 lines
1 KiB
Text
35 lines
1 KiB
Text
*.sln.in eol=crlf
|
|
*.vcxproj.* eol=crlf
|
|
|
|
/fuzz/dns_rdata_fromwire_text.in/input-* -text
|
|
|
|
.clang-format* export-ignore
|
|
.dir-locals.el export-ignore
|
|
.editorconfig export-ignore
|
|
.git-blame-ignore-revs export-ignore
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.gitlab-ci.yml export-ignore
|
|
.pylintrc export-ignore
|
|
.readthedocs.yaml export-ignore
|
|
.uncrustify.cfg export-ignore
|
|
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.sh.in -export-ignore
|
|
/util/dtrace.sh -export-ignore
|
|
/util/meson.build -export-ignore
|
|
/util/meson-system-test-init.sh -export-ignore
|
|
/util/meson-dist-package.sh -export-ignore
|