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.9 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 DC8B1280A0 for ; Thu, 23 May 2024 04:05:08 +0200 (CEST) Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Wed May 22 22:03:43 -0400 2024 Received: from mimir.eigenstate.org (localhost [127.0.0.1]) by mimir.eigenstate.org (OpenSMTPD) with ESMTP id 6ea38731 for <9front@9front.org>; Wed, 22 May 2024 19:03:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eigenstate.org; h= message-id:to:subject:date:from:in-reply-to:mime-version :content-type:content-transfer-encoding; s=mail; bh=4N2Awgg5o9NL H8PgFQjva/EmGok=; b=IyfeDQT5fAQFiy22pkbdobYMx7ai/81mnz6vkWEyPv27 BYH4J7TmWmu+ekgzxOr6ghtSh94RNXQzT+ukq+NfH/kXOIZDL/QTYs4G3WvFZWaW 9m45qVFYt9KFQ1BFTcuD6cpDj55blLIV4fVg2p1KKFfvy+ovE/M0bDNC3PWNv2g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eigenstate.org; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=mail; b=cUt6kEvHMLxF2HkwPdU 9g8/8dYWL+WSjy9n6TeubqYb2/biDCNDIenrulxZdHabmaGG+RMP/gH/DC8K29J3 G8s3gPHESDaGNrY0ZfaMHLzNIWbxXQEmhCN22qyfDOZ5ejbdpAF3Uj0DskCMGo+t X2KNYRVM56sW1fUE5NgxQD7A= Received: from abbatoir (pool-108-6-24-2.nycmny.fios.verizon.net [108.6.24.2]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id f27cccfa (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Wed, 22 May 2024 19:03:41 -0700 (PDT) Message-ID: <4A8B60CF7A50B4260210B3363034B782@eigenstate.org> To: 9front@9front.org Date: Wed, 22 May 2024 22:03:40 -0400 From: ori@eigenstate.org In-Reply-To: <9566292F475FFD835025B77FF76EA023@smtp.pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: property-scale CMS general-purpose layer Subject: Re: [9front] drawterm: add .gitignore Reply-To: 9front@9front.org Precedence: bulk Quoth Romano : > > 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. for the record -- I don't really hack on drawterm, and when I do, I'm committing from 9front; that said, I don't think it hurts anything to have a .gititnore for the people doing hacking on it from unix. so, basically, I don't care.