Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2020 00:27:46 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366556 - head
Message-ID:  <202010090027.0990RkFC087089@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Oct  9 00:27:45 2020
New Revision: 366556
URL: https://svnweb.freebsd.org/changeset/base/366556

Log:
  Stop ignoring makeLINT generated files
  
  We're going to check these files in shortly since we don't need to
  generate them anymore. Generated files cause issues for different work
  flows anyway.
  
  Reviewed by: kevans
  Differential Revision: https://reviews.freebsd.org/D26540

Modified:
  head/.gitignore

Modified: head/.gitignore
==============================================================================
--- head/.gitignore	Fri Oct  9 00:27:40 2020	(r366555)
+++ head/.gitignore	Fri Oct  9 00:27:45 2020	(r366556)
@@ -17,19 +17,3 @@ GTAGS
 ID
 cscope.out
 ?cscope.out
-# Ignore LINT generated configs.
-/sys/amd64/conf/LINT
-/sys/amd64/conf/LINT-NOINET
-/sys/amd64/conf/LINT-NOINET6
-/sys/amd64/conf/LINT-NOIP
-/sys/arm/conf/LINT
-/sys/arm/conf/LINT-V5
-/sys/arm/conf/LINT-V7
-/sys/arm64/conf/LINT
-/sys/i386/conf/LINT
-/sys/i386/conf/LINT-NOINET
-/sys/i386/conf/LINT-NOINET6
-/sys/i386/conf/LINT-NOIP
-/sys/powerpc/conf/LINT
-/sys/powerpc/conf/LINT64
-/sys/sparc64/conf/LINT



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