From 6d9e429bfd41af7dd0d2032df3fc24b2ecd75f65 Mon Sep 17 00:00:00 2001
From: Greg Wilson <gvwilson@third-bit.com>
Date: Sun, 1 May 2016 14:46:52 -0400
Subject: [PATCH] Don't copy bin into website

---
 _config_template.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_config_template.yml b/_config_template.yml
index aa37fbd..3c9c179 100644
--- a/_config_template.yml
+++ b/_config_template.yml
@@ -57,6 +57,7 @@ defaults:
 # Files and directories that are not to be copied.
 exclude:
   - Makefile
+  - bin
 
 # Turn off built-in syntax highlighting.
 highlighter: false
-- 
GitLab