Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 2021 00:12:34 GMT
From:      Ravi Pokala <rpokala@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 0adeb3b23e04 - stable/12 - Ignore generated LINT files
Message-ID:  <202102190012.11J0CYlC036061@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by rpokala:

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

commit 0adeb3b23e04878547d69ba232f9ce6823b0efe7
Author:     Ravi Pokala <rpokala@FreeBSD.org>
AuthorDate: 2021-02-19 00:12:22 +0000
Commit:     Ravi Pokala <rpokala@FreeBSD.org>
CommitDate: 2021-02-19 00:12:22 +0000

    Ignore generated LINT files
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 5a022fb8f837..070165d8946b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ GTAGS
 ID
 cscope.out
 ?cscope.out
+sys/*/conf/LINT*



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