diff options
author | Dinesh G Dutt <ddutt@cumulusnetworks.com> | 2017-01-08 01:44:55 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-30 19:40:53 +0100 |
commit | a27647f946b1eb3b83c824942e36762038bf79f5 (patch) | |
tree | 45d9dd848dce5aa1167ce456744f812e35234b45 /.gitignore | |
parent | tools: Handle deletes of entire interface context as deleting each line (diff) | |
download | frr-a27647f946b1eb3b83c824942e36762038bf79f5.tar.xz frr-a27647f946b1eb3b83c824942e36762038bf79f5.zip |
FRR: Add various TAGS format files to be ignored by git.
Add some missing files to .gitignore
Signed-off-by: Dinesh Dutt <ddutt@cumulusnetworks.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 30006f7e2..d592e8b3f 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,10 @@ cscope.* *.pb.h *.pb-c.h *.pb-c.c +TAGS +tags +GTAGS +GSYMS +GRTAGS +GPATH + |