FreeBSD: Ignore symlink to i386 includes
A symlink to i386 includes is created in the build dir on amd64 since freebsd/freebsd-src@d07600c563 Tell git to ignore it like the other include links. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #13719
This commit is contained in:
parent
c973929b29
commit
8dcd6af623
|
@ -22,5 +22,6 @@
|
||||||
/export_syms
|
/export_syms
|
||||||
/machine
|
/machine
|
||||||
/x86
|
/x86
|
||||||
|
/i386
|
||||||
|
|
||||||
!Makefile.in
|
!Makefile.in
|
||||||
|
|
Loading…
Reference in New Issue