From d50e9bba2a13212fe3275b9e88ce15f1aee0478d Mon Sep 17 00:00:00 2001 From: Riccardo Montagnin Date: Mon, 28 Aug 2023 11:52:23 -0500 Subject: [PATCH] build: updated .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8bacf10e..5cd323e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea/ build/ + # Binaries for programs and plugins *.exe *.exe~ @@ -15,5 +16,6 @@ tools-stamp *.out coverage.txt -# configuration +# Configuration *.toml +*.yaml