From 39b01ef7dccaddaeb6d0ff8378241aa6cfc67def Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Thu, 11 Mar 2021 13:02:19 -0800 Subject: [PATCH] Update .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 155860f1fb..e6f6a9c648 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,10 @@ tmp/ # Output of the go coverage tool, specifically when used with LiteIDE *.out + +# Build/packaging results +dist/ +*.pkg +*.deb +*.rpm +*.msi