From 05fb0f1c392484d774d0fafbb6ca6e0317a69fa7 Mon Sep 17 00:00:00 2001 From: Victor Perevertkin Date: Sun, 13 Jun 2021 01:55:52 +0300 Subject: [PATCH] [GITIGNORE] Add compile_commands.json and .cache folder for clangd cache --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 19e0dbc320d..9c45ec7853d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +compile_commands.json output-* modules/optional modules/bootcd_extras @@ -5,6 +6,7 @@ modules/livecd_extras modules/hybridcd_extras modules/3rdparty modules/[Aa][Hh][Kk]_[Tt]ests +.cache .cproject .project .settings