Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 2021 00:13:35 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: a069809d907d - stable/11 - Ignore generated LINT files
Message-ID:  <202102190013.11J0DZFB036295@gitrepo.freebsd.org>

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

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

commit a069809d907d769236c9f663362923296ac68e0d
Author:     Ravi Pokala <rpokala@FreeBSD.org>
AuthorDate: 2021-02-19 00:13:31 +0000
Commit:     Ravi Pokala <rpokala@FreeBSD.org>
CommitDate: 2021-02-19 00:13:31 +0000

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

diff --git a/.gitignore b/.gitignore
index 26a1bb9d1934..a63fd29ccc01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,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?202102190013.11J0DZFB036295>