From e6ac4480a4844b3a6339300b63f77cb04a26ecfb Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Thu, 3 Dec 2020 00:15:22 +0200 Subject: [PATCH] Some small, random additions to the .gitignore. Ignores some auxiliary files generated/used by the following tools: - - clangd - GNU Global - Emacs --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 11d5f33890..38abeef2ce 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