svn commit: r366556 - head
Warner Losh
imp at FreeBSD.org
Fri Oct 9 00:27:47 UTC 2020
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
More information about the svn-src-all
mailing list