From d0d0560ac6a56fc353300dade98679d9b43e0cec Mon Sep 17 00:00:00 2001 From: Andrew McRobb Date: Fri, 5 Jul 2024 02:31:35 -0700 Subject: [PATCH] updated gitignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index 2c0dffe..46f10b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,15 @@ asciibits +*.exe + +vendor/* +!vendor/vendor.json +coverage.out +count.out +test +profile.out +tmp.out + +# Develop tools +.idea/ +.vscode/ +*.swp \ No newline at end of file