gitignore: ignore ctags generated tags file
authorYegor Yefremov <yegorslists@googlemail.com>
Wed, 15 Jun 2022 10:05:05 +0000 (12:05 +0200)
committerBartosz Golaszewski <brgl@bgdev.pl>
Thu, 16 Jun 2022 07:24:28 +0000 (09:24 +0200)
This index file will be used by editors like, for example, vim.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
.gitignore

index 2d7cc7fc0758a9d2f6625d67f3f1aaa93fc21dd9..24136cedc68e61fa739277cac1e7967e4c6711d5 100644 (file)
@@ -9,6 +9,7 @@ doc
 *.tar.gz
 *.patch
 *.swp
+tags
 
 # autotools stuff
 .deps/