From eed80106ce20ba2d6b83f2b27754b28c90104164 Mon Sep 17 00:00:00 2001 From: Anuradha Weeraman Date: Sun, 29 Aug 2021 21:27:38 +0530 Subject: [PATCH] Add tags to .gitignore (#321) It's an index file created by ctags, commonly used for source code cross reference. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 652d8f18f..509dbb2d6 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ bin/execrate *.core core **/#*# +tags