FBSD: Fix typo in .gitignore for FreeBSD built products directory

In the project root .gitignore, fix a typo which was causing the
built products directory to not be properly ignored.

Change-Id: Iea83a135b6f5a4c60c76df7c8bfcc65df90e1b39
Reviewed-on: https://gerrit.openafs.org/15903
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
This commit is contained in:
Ben Huntsman 2024-11-04 14:49:49 -08:00 committed by Andrew Deason
parent 8b1b708e5f
commit c220ac7a9f

2
.gitignore vendored
View File

@ -64,7 +64,7 @@ config.log
# Destination build directories # Destination build directories
/alpha_nbsd* /alpha_nbsd*
/amd64_linux* /amd64_linux*
/amd64_fsbd* /amd64_fbsd*
/amd64_nbsd* /amd64_nbsd*
/dest /dest
/hp_ux* /hp_ux*