mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
Some small, random additions to the .gitignore.
Ignores some auxiliary files generated/used by the following tools: - - clangd - GNU Global - Emacs
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -61,6 +61,8 @@ named.memstats
|
|||||||
named.run
|
named.run
|
||||||
timestamp
|
timestamp
|
||||||
/compile_commands.json
|
/compile_commands.json
|
||||||
|
# Gets generated by Build Ear (bear)
|
||||||
|
/compile_commands.commands.json
|
||||||
/cppcheck_html/
|
/cppcheck_html/
|
||||||
/cppcheck.results
|
/cppcheck.results
|
||||||
/tsan
|
/tsan
|
||||||
@@ -87,3 +89,13 @@ doc/man/pkcs11-destroy.8in
|
|||||||
doc/man/pkcs11-keygen.8in
|
doc/man/pkcs11-keygen.8in
|
||||||
doc/man/pkcs11-list.8in
|
doc/man/pkcs11-list.8in
|
||||||
doc/man/pkcs11-tokens.8in
|
doc/man/pkcs11-tokens.8in
|
||||||
|
# clangd index directory
|
||||||
|
/\.cache/
|
||||||
|
# GNU Global index files
|
||||||
|
/GPATH
|
||||||
|
/GRTAGS
|
||||||
|
/GTAGS
|
||||||
|
# Emacs specific files
|
||||||
|
\.dir-locals-2.el
|
||||||
|
/emacs.desktop
|
||||||
|
/emacs.desktop-lock
|
||||||
|
Reference in New Issue
Block a user