From 6ff478dba7daad8c6606ccde65c098d9e1c216ce Mon Sep 17 00:00:00 2001 From: Erick Date: Sat, 5 Feb 2022 12:38:28 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b5fff42..7b4b18f 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ *.dylib # Executables +*.exe *.out *.app *.i*86 @@ -54,4 +55,5 @@ dkms.conf .git/ .vscode/ vcpkg/ -libraries/ \ No newline at end of file +libraries/ +build \ No newline at end of file