From 553787bd32e400dc1cfab04f0ddc80ca5eae4e36 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 22 Jun 2022 18:09:24 -0600 Subject: [PATCH] .gitignore: Ignore .cache directory & compile_commands.json To configure the clangd plugin for various editors, The command 'bear -- make' is used to generate the compile_commands.json. The clangd plugin creates a .cache directory under inside coreboot. Just ignore both of these. Signed-off-by: Martin Roth Change-Id: Ic844f807ab48597b8aae29bb64ab16d6c8dff217 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65320 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Elyes Haouas Reviewed-by: Felix Singer --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index af8907e39b..0c3237b9e4 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,8 @@ site-local # Development friendly files tags .clang_complete +.cache +compile_commands.json # Cross-compile toolkits xgcc/