ignore update

thread
Brett 2024-07-11 21:14:49 -04:00
parent ee3dc8d766
commit 524a986d1c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

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

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.25)
project(blt-gp VERSION 0.0.61)
project(blt-gp VERSION 0.0.62)
include(CTest)