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=3.0 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_SBL_CSS autolearn=no 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 3B06F26F0F for ; Wed, 22 May 2024 18:53:03 +0200 (CEST) Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Wed May 22 12:52:14 -0400 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1716396717; 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=mvqsoBJGp/Hw6qdVgGr9NjgHK6ZfZaTZuzm0wfpnVVk=; b=cxcK6vkTbHRSWn+JboBd21goxEg4ITKilyOPWBXDwNOWNnqs3CHIc00acCvlNBf3yI0r/z jIFRok6gIL1rlbLZhT0E1RJ85N/6UtUdW0yUnHZeUyGZcWdtKn/hTX08p9GS5+mVnzuzeQ Tcb/KOtuYozSkQRWw8VFPKT08pakKoY= Received: from [192.168.168.200] ( [207.45.82.33]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 2edd5a79 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Wed, 22 May 2024 11:51:57 -0500 (CDT) Message-ID: <3cd5c0b5-3685-4ac7-90dd-abd2b0490308@posixcafe.org> Date: Wed, 22 May 2024 11:52:12 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: 9front@9front.org References: Content-Language: en-US From: Jacob Moody In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: object-oriented mobile singleton XMPP over SSL descriptor rich-client database Subject: Re: [9front] drawterm: add .gitignore Reply-To: 9front@9front.org Precedence: bulk On 5/22/24 11:33, Romano wrote: > Thanks sirjofri, I forgot about that repo-specific > configuration and I'll use that. > > I don't know why generally /drawterm and *.[ao] > would ever be wanted to be viewed in this > specific repo when doing `git diff`, but the > .git/info/exclude works for me. The repo must be pushed to with git9 because write is only available from hjgit:// This means that most people developing drawterm are doing so from the comfort of git9 which does not have this issue. Your .gitignore is also wrong, you would want to exclude the .o and .a files in the subdirectories as well.