From ba32ee11f09e5e446d90405c8816164109125294 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 7 Apr 2016 17:54:36 -0400 Subject: Ignore html in source --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 08fe6ed..ff00733 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea build +source/*.html -- cgit