On 2020/04/20 00:53, Jeremie Courreges-Anglas wrote: > On Sun, Apr 19 2020, Stuart Henderson <s...@spacehopper.org> wrote: > > On 2020/04/19 21:15, f.holop wrote: > >> hello, > >> > >> i realize the github mirror comes as is, but i was wondering, > >> if it would be possible to add a teeny tiny .gitignore with > >> > >> /distfiles/ > >> /packages/ > >> /plist/ > >> /pobj/ > >> > >> (and possibly some others i have forgotten) > > > > It just needs a copy of .cvsignore committing to CVS and it should > > carry across. Makes sense to me, any OKs/objections? > > I think we should use the format described by f.holop, ie > distfiles (.cvsignore) -> /distfiles/ (.gitignore) > otherwise this could create confusion in case of a name collision in > a subdirectory. > > But yeah, makes sense, ok jca@
So to be specific, the diff below. I'll wait a bit for any NAKs before I commit it. Index: .gitignore =================================================================== RCS file: .gitignore diff -N .gitignore --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ .gitignore 19 Apr 2020 23:04:52 -0000 @@ -0,0 +1,13 @@ +/bulk/ +/distfiles/ +/locks/ +/logs/ +/lost+found/ +/mystuff/ +/openbsd-wip/ +/packages/ +/plist/ +/pobj/ +/sqlports/ +/sqlports-journal/ +/update/