From patchwork Tue Oct 16 16:42:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Ospite X-Patchwork-Id: 10643863 X-Patchwork-Delegate: herbert@gondor.apana.org.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6242F18BC for ; Tue, 16 Oct 2018 16:42:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 501CB2A5B8 for ; Tue, 16 Oct 2018 16:42:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 44ACF2A5D0; Tue, 16 Oct 2018 16:42:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 14D1C2A5F3 for ; Tue, 16 Oct 2018 16:42:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727386AbeJQAdu (ORCPT ); Tue, 16 Oct 2018 20:33:50 -0400 Received: from mail.ao2.it ([92.243.12.208]:59684 "EHLO ao2.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727378AbeJQAdt (ORCPT ); Tue, 16 Oct 2018 20:33:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ao2.it; s=20180927; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From; bh=wlEPel2H/t3dsiKnbVrp0vBGKzmJJZaxhsM6GRoXWQQ=; b=kNTW06//Ni845iHnJUR3euXbPewjGYGn8fg47X+DvXOB+nmzbPtOz5QIvcBRNvVA0OoXrkvp4zXZxZonokSLfs4qhySZLzQ0mNa0F+tC/hX9K/6ZAgSY3CLKhFzsFjOGW67cAInbFz/osC+xbbrOS/CgDMKDkFQ5vFRH4jXRoO/5F0QoUyN3kk8PhnYkbUe+DiRG9R/S0VpUrCv7Ci6B3NWD/QR2cP6DpBPm6m0pYsODGmuF9yIVviEiCXHztEFtcG5uk5+wl8gTeo8Zsahdt+HnmlIOXUMDBLsJRBvmNewT+RO1W4+KCL3EX7SXMcJ4E1l0644HxkwzCRD26xA9Gg==; Received: from localhost ([::1] helo=jcn) by ao2.it with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1gCSQK-0003wY-8l; Tue, 16 Oct 2018 18:42:24 +0200 Received: from ao2 by jcn with local (Exim 4.91) (envelope-from ) id 1gCSQS-0007fK-J8; Tue, 16 Oct 2018 18:42:32 +0200 From: Antonio Ospite To: dash@vger.kernel.org Cc: Antonio Ospite Subject: [PATCH 3/5] Add some missing autotools files to the .gitignore file Date: Tue, 16 Oct 2018 18:42:18 +0200 Message-Id: <20181016164220.29413-4-ao2@ao2.it> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181016164220.29413-1-ao2@ao2.it> References: <20181016164220.29413-1-ao2@ao2.it> MIME-Version: 1.0 X-Face: z*RaLf`X<@C75u6Ig9}{oW$H;1_\2t5)({*|jhM/Vb;]yA5\I~93>J<_`<4)A{':UrE Sender: dash-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dash@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The /src/bltin/.deps/ and /src/bltin/.dirstamp files are missing in .gitignore and still pollute "git status" output, add them. Signed-off-by: Antonio Ospite --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 579bd47..51277d1 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,8 @@ Makefile /config.log /config.status /src/.deps/ +/src/bltin/.deps/ +/src/bltin/.dirstamp /stamp-h1 # generated by make