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 501442223C for ; Wed, 22 May 2024 19:50:40 +0200 (CEST) Received: from pb-smtp1.pobox.com ([64.147.108.70]) by 9front; Wed May 22 13:45:03 -0400 2024 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 0FFF618A97 for <9front@9front.org>; Wed, 22 May 2024 13:45:03 -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=eiJg2y1CJXRGl9m/YM/nqhSbq k3sG58fNQQFIoefBVM=; b=QE7H6EhXH2IYXSabzaONe9nsGOuQ3cccrBrJmUF3j BV+RWsdtT0gGDl6Hl6P7fa3LXTncmXFc9l6jFkQKw5arS5OHoeuVU7IkdBEz1BCO zkJCkjrT6KdUHNkoividLey3G52NGt4Knco66ta0taLkDbs2ko3v9PzOpja17F5g n4= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id DA35E18A95 for <9front@9front.org>; Wed, 22 May 2024 13:45:02 -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 BC00518A92 for <9front@9front.org>; Wed, 22 May 2024 13:45:01 -0400 (EDT) (envelope-from me+unobe@fallglow.com) Message-ID: <9566292F475FFD835025B77FF76EA023@smtp.pobox.com> Date: Wed, 22 May 2024 10:45:00 -0700 From: Romano To: 9front@9front.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 03F23C20-1863-11EF-9EA8-78DCEB2EC81B-09620299!pb-smtp1.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: ISO-certified persistence backend Subject: Re: [9front] drawterm: add .gitignore Reply-To: 9front@9front.org Precedence: bulk On Wed May 22 10:16:06 -0700 2024, staal1978@gmail.com wrote: > Does **.a work on git9 too to exclude in all directories? ** have a special meaning and shouldn't be needed for stock git (see my previous reply which refers to the git documentation), but as Ori mentioned git9 doesn't suffer from this.