From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hitoshi Mitake Subject: Re: [PATCH] trivial: support cscope in Makefile and gitignore Date: Sun, 08 Dec 2013 17:03:13 +0900 Message-ID: <87fvq3epmm.wl%mitake.hitoshi@gmail.com> References: <1383013732-9345-1-git-send-email-mitake.hitoshi@lab.ntt.co.jp> <87zjotyj3t.wl%mitake.hitoshi@gmail.com> <20131125040152Z.fujita.tomonori@lab.ntt.co.jp> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:to:cc:subject:in-reply-to:references :user-agent:mime-version:content-type; bh=gGThQ93DhSWbwzCsF++IVAjBcdgez0G3wBlOBh7WTPk=; b=VNyhO/atw2g7k2Am75uF92OX8X4c1afZxlyAuhEJPHE1ECAYnQo2JJimb+1yi3qRdc HsOWW7OQYVlDC1ykGRXYbW5/zc86gvP8n+KhHGZU+Opngs+na1wSN9DEeagCcB5o/C3H TPbI0k/D/CQlz9VwFAmO+FxntfrrPK/IzPvfGSUIro8MHI1aHpHvxLCHaYareuJenL5B JvOnOa6RR5KB8XEEot/GA6KGMg+tuND4Gm+foRXoykhCaGpvc7TRYfTo9unIoCEY8yjK oRa4YMyDKAP+Grbl0pqfcyfxx+s6r83KL5u13ukBpu4AgK2FsMBSAdq71/4CC6JZQMhB VzSg== In-Reply-To: <20131125040152Z.fujita.tomonori@lab.ntt.co.jp> Sender: stgt-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: FUJITA Tomonori Cc: mitake.hitoshi@gmail.com, mitake.hitoshi@lab.ntt.co.jp, stgt@vger.kernel.org At Mon, 25 Nov 2013 04:29:57 +0900, FUJITA Tomonori wrote: > > On Sun, 24 Nov 2013 23:23:02 +0900 > Hitoshi Mitake wrote: > > > At Tue, 29 Oct 2013 11:28:52 +0900, > > Hitoshi Mitake wrote: > > > > > > After applying this patch, "make cscope" can generate cscope files for > > > tag jump. The generated files are ignored by the .gitignore file. > > > > > > Signed-off-by: Hitoshi Mitake > > > --- > > > .gitignore | 3 ++- > > > Makefile | 5 +++++ > > > 2 files changed, 7 insertions(+), 1 deletion(-) > > > > ping? This is a trivial one, but would be useful for tgt developers. > > Can you fix the following warning? > > /home/fujita/git/tgt/.git/rebase-apply/patch:21: new blank line at > EOF. > + > warning: 1 line adds whitespace errors. Sorry for the style warning. I'll send v2 later. Thanks, Hitoshi