From f4c1bba61d860d9f42c3592954395bc8003a64c7 Mon Sep 17 00:00:00 2001 From: Fernando Raviola Date: Sat, 7 May 2022 02:44:14 -0300 Subject: [PATCH] add build/ to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 28e305a..b15dbe7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .vs .vscode out -CMakeSettings.json \ No newline at end of file +CMakeSettings.json +build/* \ No newline at end of file