mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
Use .sh(.in) file extension consistently for shell scripts
to allow more reliable detection of shell scripts based on their file
extension.
(cherry picked from commit 2d690499dd)
103 lines
1.6 KiB
Text
103 lines
1.6 KiB
Text
*-symtbl.c
|
|
*.a
|
|
*.gcda
|
|
*.gcno
|
|
*.la
|
|
*.lo
|
|
*.log
|
|
*.log.txt
|
|
*.o
|
|
*.orig
|
|
*.plist/ # ccc-analyzer store its results in .plist directories
|
|
*.rej
|
|
*.so
|
|
*.trs
|
|
*_test
|
|
*.ipch # vscode/intellisense precompiled header
|
|
*~
|
|
__pycache__/
|
|
.ccache/
|
|
.cproject
|
|
.deps/
|
|
.dirstamp
|
|
.libs/
|
|
.project
|
|
.settings
|
|
/aclocal.m4
|
|
/ar-lib
|
|
/autom4te.cache/
|
|
/bind.keys.h
|
|
/compile
|
|
/config.cache
|
|
/config.guess
|
|
/config.h
|
|
/config.h.in
|
|
/config.log
|
|
/config.status
|
|
/config.sub
|
|
/configure
|
|
/configure.lineno
|
|
/depcomp
|
|
/install-sh
|
|
/isc-config.sh
|
|
/libtool
|
|
/ltmain.sh
|
|
/m4/libtool.m4
|
|
/m4/ltargz.m4
|
|
/m4/ltdl.m4
|
|
/m4/ltoptions.m4
|
|
/m4/ltsugar.m4
|
|
/m4/ltversion.m4
|
|
/m4/lt~obsolete.m4
|
|
/missing
|
|
/py-compile
|
|
/stamp-h1
|
|
/test-driver
|
|
Makefile
|
|
Makefile.in
|
|
Makefile.user
|
|
ans.run
|
|
gen.dSYM/
|
|
named.memstats
|
|
named.run
|
|
timestamp
|
|
/compile_commands.json
|
|
# Gets generated by Build Ear (bear)
|
|
/compile_commands.commands.json
|
|
/tsan
|
|
/util/check-make-install.sh
|
|
/INSTALL
|
|
doc/man/dnssec-cds.8in
|
|
doc/man/dnssec-checkds.8in
|
|
doc/man/dnssec-coverage.8in
|
|
doc/man/dnssec-dsfromkey.8in
|
|
doc/man/dnssec-importkey.8in
|
|
doc/man/dnssec-keyfromlabel.8in
|
|
doc/man/dnssec-keygen.8in
|
|
doc/man/dnssec-keymgr.8in
|
|
doc/man/dnssec-ksr.8in
|
|
doc/man/dnssec-revoke.8in
|
|
doc/man/dnssec-settime.8in
|
|
doc/man/dnssec-signzone.8in
|
|
doc/man/dnssec-verify.8in
|
|
doc/man/named-checkconf.8in
|
|
doc/man/named-checkzone.8in
|
|
doc/man/named-journalprint.8in
|
|
doc/man/named-nzd2nzf.8in
|
|
doc/man/nsec3hash.8in
|
|
doc/man/pkcs11-destroy.8in
|
|
doc/man/pkcs11-keygen.8in
|
|
doc/man/pkcs11-list.8in
|
|
doc/man/pkcs11-tokens.8in
|
|
# clangd index directory
|
|
/\.cache/
|
|
/\.*_clangd/
|
|
# GNU Global index files
|
|
/GPATH
|
|
/GRTAGS
|
|
/GTAGS
|
|
TAGS
|
|
# Emacs specific files
|
|
\.dir-locals-2.el
|
|
/emacs.desktop
|
|
/emacs.desktop-lock
|