From 7e2b6d1a51fee7cb1ce4f80da1e38ec400e2c39f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 10 Feb 2025 15:33:29 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 7dc794f..df01560 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,13 @@ *~ +*.a +*.so +*.so.* *.o .ccls-cache +CMakeCache.txt +CMakeFiles/ +Makefile +cmake_install.cmake compile_commands.json tags /build