From: Artem Boldariev Date: Wed, 2 Dec 2020 22:15:22 +0000 (+0200) Subject: Some small, random additions to the .gitignore. X-Git-Tag: v9.17.8~11^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6ac4480a4844b3a6339300b63f77cb04a26ecfb;p=thirdparty%2Fbind9.git Some small, random additions to the .gitignore. Ignores some auxiliary files generated/used by the following tools: - - clangd - GNU Global - Emacs --- diff --git a/.gitignore b/.gitignore index 11d5f33890f..38abeef2ce6 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,8 @@ named.memstats named.run timestamp /compile_commands.json +# Gets generated by Build Ear (bear) +/compile_commands.commands.json /cppcheck_html/ /cppcheck.results /tsan @@ -87,3 +89,13 @@ doc/man/pkcs11-destroy.8in doc/man/pkcs11-keygen.8in doc/man/pkcs11-list.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