commit | 8eaf2d2ac93c432399a7c580496a45ad16519a17 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <gilles.peskine@arm.com> | Thu Jun 08 14:37:16 2023 +0200 |
committer | GitHub <noreply@github.com> | Thu Jun 08 14:37:16 2023 +0200 |
tree | fbffa8321f01797c011df652b6abac81f519653f | |
parent | 5b7a4b4bf00f95afb1377cb9421377c1e9c77bf3 [diff] | |
parent | 67e54b168496249c8f23906602eb68b486ad5c0b [diff] |
Merge pull request #7707 from davidhorstmann-arm/2.28-gitignore-compile-commands-json [Backport 2.28] Add clangd compilation databases to gitignore
diff --git a/.gitignore b/.gitignore index af52c64..f2c4a3b 100644 --- a/.gitignore +++ b/.gitignore
@@ -68,3 +68,6 @@ /TAGS /cscope*.out /tags + +# Clangd compilation database +compile_commands.json