]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Some small, random additions to the .gitignore.
authorArtem Boldariev <artem@boldariev.com>
Wed, 2 Dec 2020 22:15:22 +0000 (00:15 +0200)
committerArtem Boldariev <artem@boldariev.com>
Wed, 2 Dec 2020 22:21:23 +0000 (00:21 +0200)
Ignores some auxiliary files generated/used by the following tools: -

- clangd
- GNU Global
- Emacs

.gitignore

index 11d5f33890f1ab3d54c6d3617d8ceb2258c825dd..38abeef2ce6dff885a009bb67ef54d6e125fd12a 100644 (file)
@@ -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