From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 11E1727765 for ; Sat, 2 Mar 2019 10:10:17 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XY8PGBFusZUM for ; Sat, 2 Mar 2019 10:10:16 -0500 (EST) Received: from mail-lf1-f67.google.com (mail-lf1-f67.google.com [209.85.167.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id AE6BD271E3 for ; Sat, 2 Mar 2019 10:10:16 -0500 (EST) Received: by mail-lf1-f67.google.com with SMTP id 131so540758lfa.5 for ; Sat, 02 Mar 2019 07:10:16 -0800 (PST) Received: from uranus.localdomain ([5.18.103.226]) by smtp.gmail.com with ESMTPSA id r12sm243166ljc.97.2019.03.02.07.10.14 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 02 Mar 2019 07:10:14 -0800 (PST) Date: Sat, 2 Mar 2019 18:10:13 +0300 From: Cyrill Gorcunov Subject: [tarantool-patches] Re: [PATCH] build: tags -- Exclude unneeded directories Message-ID: <20190302151013.GD13301@uranus.lan> References: <20190302144434.GC13301@uranus.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190302144434.GC13301@uranus.lan> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool On Sat, Mar 02, 2019 at 05:44:34PM +0300, Cyrill Gorcunov wrote: > When building "tags" target we scan the whole working > directory which is redundant. In particular .git,.pc,patches > directories should not be scanned for sure. drop it please, there is a typo