All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute] gitignore: Ignore 'tags' file generated by ctags
@ 2016-09-06  6:42 Hangbin Liu
  2016-09-08 21:31 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Hangbin Liu @ 2016-09-06  6:42 UTC (permalink / raw)
  To: netdev; +Cc: Stephen Hemminger, Hangbin Liu

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
---
 .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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH iproute] gitignore: Ignore 'tags' file generated by ctags
  2016-09-06  6:42 [PATCH iproute] gitignore: Ignore 'tags' file generated by ctags Hangbin Liu
@ 2016-09-08 21:31 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2016-09-08 21:31 UTC (permalink / raw)
  To: Hangbin Liu; +Cc: netdev

On Tue,  6 Sep 2016 14:42:52 +0800
Hangbin Liu <liuhangbin@gmail.com> wrote:

> Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+

Applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-08 21:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-06  6:42 [PATCH iproute] gitignore: Ignore 'tags' file generated by ctags Hangbin Liu
2016-09-08 21:31 ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.