From 05fd59685903a7000962dd72b3a42f8465f9231d Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Wed, 19 Oct 2022 13:29:06 +0100 Subject: [PATCH] chore: update gitignore. --- .gitignore | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b7f13992..918d859f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,27 @@ -.build \ No newline at end of file +# Build +.build + +# Debian +*.deb +*.buildinfo +*.changes +debian/hardened +debian/.debhelper +debian/*.debhelper + +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ +testdata/cache