From: Stefan Sperling Subject: Re: make 'got add' robert-compatible To: Raf Czlonka Cc: "Todd C. Miller" , gameoftrees@openbsd.org Date: Thu, 8 Jul 2021 12:28:44 +0200 On Wed, Jul 07, 2021 at 11:18:03PM +0100, Raf Czlonka wrote: > Given that even "*.core" files find their way to OpenBSD repositories[0], > a warning or error message at some point is in order, IMHO. I don't see a need for an extra error or warning because with this patch invocations like 'got add *' will never add files which match the ignore list by default. I will only add such files with the -I option. So the result is: Safe by default: got add * Not safe: got add -I *