fix: minor build fixes (#2)

* cmake : fix C++11 build

* gitignore : ignore .cache
This commit is contained in:
Georgi Gerganov
2023-08-14 03:12:04 +03:00
committed by GitHub
parent 228e94b924
commit a08cae6d95
2 changed files with 4 additions and 3 deletions

4
.gitignore vendored
View File

@@ -1,2 +1,4 @@
build*/
test/
test/
.cache/