svn commit: r350843 - head

Conrad Meyer cem at FreeBSD.org
Sat Aug 10 18:22:22 UTC 2019


Author: cem
Date: Sat Aug 10 18:22:22 2019
New Revision: 350843
URL: https://svnweb.freebsd.org/changeset/base/350843

Log:
  .gitignore: Add LINT kernel configurations generated into SRCDIR

Modified:
  head/.gitignore

Modified: head/.gitignore
==============================================================================
--- head/.gitignore	Sat Aug 10 17:58:30 2019	(r350842)
+++ head/.gitignore	Sat Aug 10 18:22:22 2019	(r350843)
@@ -17,3 +17,19 @@ 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-head mailing list