From d707b41ac3809b53c7c094de351bfee2c9c13f14 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 9 May 2025 21:09:40 +0100 Subject: [PATCH] Add more stuff to .gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 0fc47e46..dfbb25b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /man/*.gz .depend +.cache/ # Generated by autogen.sh /aclocal.m4 @@ -73,3 +74,10 @@ CMakeFiles/ /CMakeCache.txt /install_manifest.txt /install_manifest_*.txt + +# OOT builds +/build* + +# LSP +.clangd/ +compile_commands.json