From 9e1002d0c7df6a7c319cbaa02b5907ad91c05653 Mon Sep 17 00:00:00 2001 From: Ali Mashtizadeh Date: Tue, 22 Aug 2023 22:04:44 -0400 Subject: [PATCH] Add compile_commands.json to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6ad21b7..e78c591 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ build/ pxelinux/castor pxelinux/bootdisk.img *.un~ +compile_commands.json +.cache