From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 06BA7282F4 for ; Wed, 22 May 2024 19:52:08 +0200 (CEST) Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Wed May 22 13:46:39 -0400 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1716399982; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dm+jYoJqvuJh+FsQIGiA0zrsHgyxbe5lUDfEC/BeATY=; b=X0KVxi2u+mnw1fggemZ/Yo4x3v6uSxituPtt3j5BoZySGuYK4cwFfelV7aErLEyxkGtZBW Y0mR9ZXR7tvspI7UXBVqa5dTl/9jQZjCMtPDK5XCKhLEziAfE05TaYNstGo4fHLGv3ECUV pqet3ZLmBcnTYX2byDy70ZEHTQdsMlI= Received: from [192.168.168.200] ( [207.45.82.38]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 64d3ce24 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Wed, 22 May 2024 12:46:21 -0500 (CDT) Message-ID: Date: Wed, 22 May 2024 12:46:36 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: 9front@9front.org References: <210EA58FDC436BBD9D818A45CE4D6F0D@smtp.pobox.com> Content-Language: en-US From: Jacob Moody In-Reply-To: <210EA58FDC436BBD9D818A45CE4D6F0D@smtp.pobox.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: agile hypervisor-based interface wrapper lifecycle database Subject: Re: [9front] drawterm: add .gitignore Reply-To: 9front@9front.org Precedence: bulk On 5/22/24 12:40, Romano wrote: > On Wed May 22 09:53:50 -0700 2024, moody@posixcafe.org wrote: >> Your .gitignore is also wrong, you would >> want to exclude the .o and .a files in the >> subdirectories as well. > > Why do you think it's wrong? As written, it applies to all > subdirectories. This is how it works on the version of git > ( version 2.32.1 (Apple Git-133) ) I tested against and > aligns with the documentation for git: > https://git-scm.com/docs/gitignore . See the 'EXAMPLES' > section. I misplaced my understanding of which syntax is recursive or not. So yes this is .gitignore will work as advertised. I'm still not interested in it for the other reasons stated.