From e21e06a554a6ef5643cdd432ad5a316ea68dac56 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Mon, 20 Oct 2014 20:22:15 -0400 Subject: [PATCH] gitignore doc/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ca98cd9..5f0a3e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target/ +/doc/ Cargo.lock