From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hangbin Liu Subject: [PATCH iproute] gitignore: Ignore 'tags' file generated by ctags Date: Tue, 6 Sep 2016 14:42:52 +0800 Message-ID: <1473144172-19147-1-git-send-email-liuhangbin@gmail.com> Cc: Stephen Hemminger , Hangbin Liu To: netdev@vger.kernel.org Return-path: Received: from mail-pf0-f193.google.com ([209.85.192.193]:34102 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751556AbcIFGnB (ORCPT ); Tue, 6 Sep 2016 02:43:01 -0400 Received: by mail-pf0-f193.google.com with SMTP id g202so10909011pfb.1 for ; Mon, 05 Sep 2016 23:43:01 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: Signed-off-by: Hangbin Liu --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ef03b17..74a5496 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ Config # cscope cscope.* ncscope.* +tags TAGS # git files that we don't want to ignore even it they are dot-files -- 2.5.5