* [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
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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).