From 8dcd6af62318a85606d664a3ba99d17b411a5892 Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Tue, 2 Aug 2022 19:34:23 -0400 Subject: [PATCH] FreeBSD: Ignore symlink to i386 includes A symlink to i386 includes is created in the build dir on amd64 since freebsd/freebsd-src@d07600c563039f252becc29ac7d9a454b6b0600d Tell git to ignore it like the other include links. Reviewed-by: Brian Behlendorf Signed-off-by: Ryan Moeller Closes #13719 --- module/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/module/.gitignore b/module/.gitignore index 7a4bd3673e..0ec6052f1b 100644 --- a/module/.gitignore +++ b/module/.gitignore @@ -22,5 +22,6 @@ /export_syms /machine /x86 +/i386 !Makefile.in