From 561e18087cb0885af326887e32aabe466a1e44da Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Thu, 22 Feb 2024 01:35:56 -0500 Subject: [PATCH] Update gitignore to include Windows files --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 36ccc2b..c2ce161 100644 --- a/.gitignore +++ b/.gitignore @@ -20,8 +20,15 @@ fuzzer/artifacts **.out **.dSYM +# Windows things +*.exp +*.lib +*.obj + # Other repos repositories/ -# Clang files +# Editor files compile_commands.json +.vscode/ +*.swp