From aa131bd08d04343277999f750e532c568c28f1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= Date: Wed, 11 Oct 2023 22:37:03 +0300 Subject: [PATCH] Ignore more development related files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Bidar --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index da0e228..684fd6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ -build -doc +build/ +doc/ *.sublime-workspace *.log + +.ccls* +*.o +compile_commands.*