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.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, 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 B3C5428A50 for ; Wed, 22 May 2024 19:41:38 +0200 (CEST) Received: from pb-smtp1.pobox.com ([64.147.108.70]) by 9front; Wed May 22 13:40:49 -0400 2024 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 3AFD818A61 for <9front@9front.org>; Wed, 22 May 2024 13:40:49 -0400 (EDT) (envelope-from me+unobe@fallglow.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :date:from:to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding; s=sasl; bh=UZy6zrVyjB/xDvMaFwndIN6pU Rg1HMNvU3Kkq5yv3Cg=; b=Yp0IP1N2tdkJJiPB3ZX9o5AfIgXqoTyNZ7PxXl2yV xAR60tenQr0/58m8eaH5FrfCfenhqKiHqwAjFKqJru6hHeUNMRj3KXCTTVuzvBrZ mbLUWSOZ4vq9PaZWCgiwtJFdS1wm4EkAZF5ZGHzusqdk29viqJwzaj75KydizeBC ks= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 3392A18A60 for <9front@9front.org>; Wed, 22 May 2024 13:40:49 -0400 (EDT) (envelope-from me+unobe@fallglow.com) Received: from strider.localdomain (unknown [47.37.156.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 75B4C18A5F for <9front@9front.org>; Wed, 22 May 2024 13:40:48 -0400 (EDT) (envelope-from me+unobe@fallglow.com) Message-ID: <210EA58FDC436BBD9D818A45CE4D6F0D@smtp.pobox.com> Date: Wed, 22 May 2024 10:40:46 -0700 From: Romano To: 9front@9front.org In-Reply-To: <3cd5c0b5-3685-4ac7-90dd-abd2b0490308@posixcafe.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 6CF92478-1862-11EF-A4E8-78DCEB2EC81B-09620299!pb-smtp1.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: immutable scripting wrapper hypervisor Subject: Re: [9front] drawterm: add .gitignore Reply-To: 9front@9front.org Precedence: bulk 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.