From a27647f946b1eb3b83c824942e36762038bf79f5 Mon Sep 17 00:00:00 2001 From: Dinesh G Dutt Date: Sat, 7 Jan 2017 16:44:55 -0800 Subject: [PATCH] FRR: Add various TAGS format files to be ignored by git. Add some missing files to .gitignore Signed-off-by: Dinesh Dutt --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 30006f7e28..d592e8b3f3 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,10 @@ cscope.* *.pb.h *.pb-c.h *.pb-c.c +TAGS +tags +GTAGS +GSYMS +GRTAGS +GPATH + -- 2.39.5