update ignore to include massif

thread
Brett 2024-06-29 14:04:32 -04:00
parent 8a62071aff
commit c470c2fe69
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ out/
./cmake-build*/
./build/
./out/
massif.*

View File

@ -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)