From 83732701fa28f6cae7c64b48a368f6d770e96be0 Mon Sep 17 00:00:00 2001 From: Valery Ushakov Date: Thu, 19 Dec 2019 14:04:07 +0300 Subject: No binaries are committed for any of the NetBSD ports so ignore their bin/ dirs wholesale. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f47a9611..fd769c9d 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,10 @@ y.debug # initial mk from makemk.sh /utils/mk/mk +# no binaries are committed for any of the netbsd ports +# can be deleted if wildcard from the comment below is enabled +/NetBSD/*/bin/ + # preserve the patterns from .hgignore, though perhaps all binaries # should be deleted and ignored with: # /[A-Z]*/*/bin/ -- cgit v1.2.3