From c44992232e3657fa2438a2fcdd28a3bd32dc1398 Mon Sep 17 00:00:00 2001 From: philicious Date: Tue, 16 Apr 2024 23:04:14 +0200 Subject: [PATCH] Update gitignore for CMake artifacts --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d0f1dff6d..627d3dc0d 100644 --- a/.gitignore +++ b/.gitignore @@ -44,9 +44,14 @@ Makefile.platform.* .Makefile.options.cache # cmake +CMakeFiles/ +deps/ +client/CMakeFiles/ +client/deps/ client/build/ client/android/build/ -client/deps/bzip2/ +CMakeCache.txt +*.cmake # Coverity cov-int/