From d7846ead0c97d941e95fd0f5defe8a58068271bd Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Mon, 21 Mar 2011 14:43:50 +0100 Subject: [PATCH] Ignore html and man in doc directory --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 3a589cc..228f531 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,7 @@ tests/random-test-server tests/unit-test-client tests/unit-test-server tests/version +doc/*.html +doc/*.3 +doc/*.7 + -- libgit2 0.21.4