Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Dec 2021 10:23:17 GMT
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ace3370392f8 - main - add exuberant ctags tags file to gitignore
Message-ID:  <202112261023.1BQANH2D007151@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by avg:

URL: https://cgit.FreeBSD.org/src/commit/?id=ace3370392f8cf874dafece4a9f558840b688e01

commit ace3370392f8cf874dafece4a9f558840b688e01
Author:     Andriy Gapon <avg@FreeBSD.org>
AuthorDate: 2021-12-26 10:16:23 +0000
Commit:     Andriy Gapon <avg@FreeBSD.org>
CommitDate: 2021-12-26 10:23:07 +0000

    add exuberant ctags tags file to gitignore
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index a0ba64706603..bf2ba6fb8ca2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,5 +26,6 @@ cscope.in.out
 cscope.out
 cscope.po.out
 compile_commands.json
+tags
 .clangd
 .ccls-cache



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112261023.1BQANH2D007151>