From b20dab6342aa7a46131bbe8b0ed91d3144cda4bd Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 26 Oct 2020 00:33:18 -0700 Subject: [PATCH] Add .gitignore --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..22edc149 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Build artifacts +arduino-check +arduino-check.exe + +# Test artifacts +coverage_unit.txt + +# IDEs +.idea/ +.vscode/ +*.bak +*.code-workspace +*.sublime-workspace