From 12511f572ee797e77c013f670b8a1f1e5fe6c22a Mon Sep 17 00:00:00 2001 From: Tal Hayon Date: Sat, 22 Apr 2023 08:52:18 +0300 Subject: [PATCH] Add cmake generated files to gitignore --- tools/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/.gitignore b/tools/.gitignore index 633ffe46..e305c308 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,2 +1,4 @@ bin cmake-build* +*.cmake +json*.hpp \ No newline at end of file