This is an automated email from the ASF dual-hosted git repository. jimjag pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 264f59faa9d7c5606f89ff1132f63756d379c2ac Author: Damjan Jovanovic <[email protected]> AuthorDate: Fri Feb 15 10:08:12 2019 +0000 We only use 1 ? on FreeBSD's dmake build directories, ie. unxfbsdi or unxfbsdx, matched by unxfbsd?. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853630 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 52914ebf7d5083e1bc872afe92f626374fcaba1a) --- main/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/.gitignore b/main/.gitignore index 5ba04e2ac3..c306dc5b99 100644 --- a/main/.gitignore +++ b/main/.gitignore @@ -60,8 +60,8 @@ TAGS /external/msvcp90/* # $INPATH output directories -/*/unxfbsd?? -/*/unxfbsd??.pro +/*/unxfbsd? +/*/unxfbsd?.pro /*/unxlng?? /*/unxlng??.pro /*/wntmsc???
