From a6ad88d9c4558ffc148967dc97918d4780e32128 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Wed, 5 Jan 2022 22:16:56 +0100 Subject: [PATCH] Ignore ctags index file ctags creates an index file called 'tags'. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6c1fa9c7..60305807 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ avrdude libtool ltmain.sh ylwrap +tags *.o *.lo