From 4fad66857a3b34889b8a983d7230b6637a00af62 Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 2 Apr 2016 12:51:02 +1300 Subject: [PATCH] hgignore --- .hgignore | 5 +++++ 1 file changed, 5 insertions(+) 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/