From 50304a7fa6068ac38a3951b4a7ee6a7f982a1d0a Mon Sep 17 00:00:00 2001 From: Andrew Dupont Date: Mon, 23 Feb 2009 20:25:20 -0600 Subject: [PATCH] Add "doc" directory to .gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ee3335f..0a9d6e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store pkg -test/unit/tmp/* \ No newline at end of file +test/unit/tmp/* +doc \ No newline at end of file