From bdd619bb813f007f6d3226e085a87b89145c389a Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Mon, 30 May 2022 23:51:24 -0700 Subject: [PATCH] Add .gitignore Signed-off-by: Christopher Desiniotis --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..986d42ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# editor and IDE paraphernalia +.idea +*.swp +*.swo +*~ +*.DS_Store +.vscode + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out