From 8085c2d3cafa04bac2fdb368acd7d704c1350d67 Mon Sep 17 00:00:00 2001 From: Dominic Evans Date: Thu, 13 May 2021 10:13:09 +0100 Subject: [PATCH] chore: add .gitignore --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3ccc503 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +*.o +*.a +*.so +_obj +_test +*.[568vq] +[568vq].out +*.cgo1.go +*.cgo2.c +_cgo_defun.c +_cgo_gotypes.go +_cgo_export.* +_testmain.go +*.exe +*.test +*.prof +vendor/ +/hg612-exporter +cover.out +cover.html +*.coverprofile +testoutput.log +.vscode +.DS_Store +.history