diff options
author | Ryan Moeller <[email protected]> | 2022-08-02 19:34:23 -0400 |
---|---|---|
committer | Tony Hutter <[email protected]> | 2022-09-28 10:35:13 -0700 |
commit | 8dcd6af62318a85606d664a3ba99d17b411a5892 (patch) | |
tree | 6b5186e2553b5d2d00002e2619a0ffad8880f04e /module | |
parent | c973929b29bb945d1a1fd9f54a5238360f0e1029 (diff) |
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 <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #13719
Diffstat (limited to 'module')
-rw-r--r-- | module/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/.gitignore b/module/.gitignore index 7a4bd3673..0ec6052f1 100644 --- a/module/.gitignore +++ b/module/.gitignore @@ -22,5 +22,6 @@ /export_syms /machine /x86 +/i386 !Makefile.in |