diff --git a/.hgignore b/.hgignore index 75ef545..cacf84d 100644 --- a/.hgignore +++ b/.hgignore @@ -1,6 +1,11 @@ mode:regex +# Compilation output \.(?:exe|a)$ ^pkg/ +# Dependencies ^src/(?:github.com|gopkg.in|golang.org)/ + +# Binary release artefacts +/?__dist/