update ignore to include massif
parent
8a62071aff
commit
c470c2fe69
|
@ -4,3 +4,4 @@ out/
|
|||
./cmake-build*/
|
||||
./build/
|
||||
./out/
|
||||
massif.*
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue