From patchwork Tue Sep 18 12:35:55 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Straube X-Patchwork-Id: 778 Return-Path: Delivered-To: patchwork@archlinux.org Received: from apollo.archlinux.org (localhost [127.0.0.1]) by apollo.archlinux.org (Postfix) with ESMTP id 9ADA86F7603B for ; Tue, 18 Sep 2018 12:36:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on apollo X-Spam-Level: X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00=-1,DKIM_SIGNED=0.1, MAILING_LIST_MULTI=-1,RCVD_IN_DNSWL_MED=-2.3,T_DKIM_INVALID=1 autolearn=ham autolearn_force=no version=3.4.1 X-Spam-BL-Results: [127.0.9.2] Received: from orion.archlinux.org (orion.archlinux.org [88.198.91.70]) by apollo.archlinux.org (Postfix) with ESMTPS for ; Tue, 18 Sep 2018 12:36:21 +0000 (UTC) Received: from orion.archlinux.org (localhost [127.0.0.1]) by orion.archlinux.org (Postfix) with ESMTP id 79AAED7DE8E5C; Tue, 18 Sep 2018 12:36:17 +0000 (UTC) Received: from luna.archlinux.org (luna.archlinux.org [5.9.250.164]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by orion.archlinux.org (Postfix) with ESMTPS; Tue, 18 Sep 2018 12:36:17 +0000 (UTC) Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id 625862CE85; Tue, 18 Sep 2018 12:36:17 +0000 (UTC) Authentication-Results: luna.archlinux.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=posteo.de header.i=@posteo.de header.b=eJkEZFgu Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id 0E3012CE85 for ; Tue, 18 Sep 2018 12:36:15 +0000 (UTC) Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by luna.archlinux.org (Postfix) with ESMTPS for ; Tue, 18 Sep 2018 12:36:15 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id A648421077 for ; Tue, 18 Sep 2018 14:36:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1537274173; bh=SukEX8bbQPw0VnLArtTzbdPykmc1DaLUnwVNa/beEPg=; h=From:To:Cc:Subject:Date:From; b=eJkEZFguD2WIRpu9KIHMrn1+z1h8b5rrSedNqIXfmY9l+ACHX13ua81Y0uga9Y5CP a6r9u6iaj8kEVFCNBsd431cnXopgUFbPU0w2E1LcVUOy5zlzOmOGyihwMid25up/Be WNfZRYixrSPHWAF8eLsvOjrh8gA4XZC6Tl8nSGLDFz9XugLrWF+L5enXF/Ubpb4Dv7 NpV0DopvrI2BhrhMr8/Qug5TWUzosFVHnfZp3kZI2ahfQIDB8/5M00tUuIcoJHqydl 6TKVueX/2L5XBzkeTED+WGkbbtNpHRgSSX+HhfQpii2a9Zu63pr1fUKEXnyYKW7Ybh O9SSj+tBvlhlA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 42F2Xr6HxQz6tm5; Tue, 18 Sep 2018 14:36:12 +0200 (CEST) From: Michael Straube To: pacman-contrib@lists.archlinux.org Subject: [PATCH] Move paccache.service to gitignore in src Date: Tue, 18 Sep 2018 14:35:55 +0200 Message-Id: <20180918123555.5261-1-michael.straube@posteo.de> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 X-BeenThere: pacman-contrib@lists.archlinux.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for pacman-contrib development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: pacman-contrib-bounces@lists.archlinux.org Sender: "pacman-contrib" For consistency move paccache.service to gitignore in the src directory. Signed-off-by: Michael Straube --- .gitignore | 1 - src/.gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1d6e802..204eb3e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,3 @@ depcomp install-sh missing test-driver -src/paccache.service diff --git a/src/.gitignore b/src/.gitignore index 894f5c3..38264e4 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,6 +1,7 @@ .deps/ checkupdates paccache +paccache.service pacdiff paclist paclog-pkglist