From 758342fa607708d70943b5ea74775d4cdb83b646 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sun, 3 Dec 2023 20:04:28 +0100 Subject: chore: update .gitignore --- .gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a361ed3..3694c7e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # Created by https://www.toptal.com/developers/gitignore/api/vim,linux,c++,rust -# Edit at https://www.toptal.com/developers/gitignore?templates=vim,linux,c++,rust ### C++ ### # Prerequisites @@ -38,6 +37,10 @@ # GDB .gdb_history +# ClangD +.cache +compile_commands.json + ### Linux ### *~ @@ -89,4 +92,6 @@ tags # Persistent undo [._]*.un~ -# End of https://www.toptal.com/developers/gitignore/api/vim,linux,c++,rust +# Local +part1 +part2 -- cgit v1.2.3