diff --git a/.gitignore b/.gitignore index 66fd13c..bd991b8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,8 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# Binaries built with make +bin + # Dependency directories (remove the comment below to include it) # vendor/ diff --git a/bin/nwg-drawer b/bin/nwg-drawer deleted file mode 100755 index 7250188..0000000 Binary files a/bin/nwg-drawer and /dev/null differ