From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Emilio G. Cota" Subject: [PATCH 1/2] Documentation: ignore *.pdf files Date: Mon, 8 Aug 2011 04:33:04 -0400 Message-ID: <1312792385-19149-1-git-send-email-cota@braap.org> Cc: git@vger.kernel.org, "Emilio G. Cota" To: gitster@pobox.com X-From: git-owner@vger.kernel.org Mon Aug 08 11:04:15 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QqLkr-0001z1-1f for gcvg-git-2@lo.gmane.org; Mon, 08 Aug 2011 11:04:13 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751255Ab1HHJEK (ORCPT ); Mon, 8 Aug 2011 05:04:10 -0400 Received: from waldorf.bytemark.co.uk ([212.110.162.22]:47441 "EHLO waldorf.bytemark.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751355Ab1HHJEG (ORCPT ); Mon, 8 Aug 2011 05:04:06 -0400 Received: from gec.vm.bytemark.co.uk ([80.68.89.121]) by waldorf.bytemark.co.uk with esmtp (Exim 4.69) (envelope-from ) id 1QqLKE-0000ZJ-7M; Mon, 08 Aug 2011 09:36:42 +0100 Received: from localhost (localhost.localdomain [127.0.0.1]) by gec.vm.bytemark.co.uk (Postfix) with ESMTP id 9D03A4C62C; Mon, 8 Aug 2011 09:33:20 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at gec.vm.bytemark.co.uk Received: from gec.vm.bytemark.co.uk ([127.0.0.1]) by localhost (gec.vm.bytemark.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WiJwChVcZgRc; Mon, 8 Aug 2011 09:33:07 +0100 (BST) Received: from localhost (dhcptemp44.cs.columbia.edu [128.59.17.244]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by gec.vm.bytemark.co.uk (Postfix) with ESMTPSA id DAC084C2F4; Mon, 8 Aug 2011 09:33:06 +0100 (BST) X-Mailer: git-send-email 1.7.6 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: From: "Emilio G. Cota" user-manual.pdf is generated by the build and therefore should be ignored by git. Signed-off-by: Emilio G. Cota --- Documentation/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Documentation/.gitignore b/Documentation/.gitignore index 1c3a9fe..d62aebd 100644 --- a/Documentation/.gitignore +++ b/Documentation/.gitignore @@ -3,6 +3,7 @@ *.[1-8] *.made *.texi +*.pdf git.info gitman.info howto-index.txt -- 1.7.6