From c470c2fe69ab017758f3a6e90909b9e0038a44fe Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Sat, 29 Jun 2024 14:04:32 -0400 Subject: [PATCH] update ignore to include massif --- .gitignore | 1 + CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0ad02d1..4cd4182 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ out/ ./cmake-build*/ ./build/ ./out/ +massif.* diff --git a/CMakeLists.txt b/CMakeLists.txt index e652ef0..4a245a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(blt-gp VERSION 0.0.41) +project(blt-gp VERSION 0.0.42) include(CTest)