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 971C921143 for ; Wed, 22 May 2024 01:41:30 +0200 (CEST) Received: from pb-smtp21.pobox.com ([173.228.157.53]) by 9front; Tue May 21 19:39:42 -0400 2024 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 84FD7327C0 for <9front@9front.org>; Tue, 21 May 2024 19:39:40 -0400 (EDT) (envelope-from me+unobe@fallglow.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:date:from:subject:mime-version:content-type :content-transfer-encoding; s=sasl; bh=Og1cMGRG+PgP0+zI4etaJfHk6 vmBnSx36cLv6p+/GSs=; b=lCdDl8SI2uuwRF84I12ZwgOTBVD+00pyF9NZ3CKzG hAEdxTNdZbq9rQAMGu2Na+aO8LB0TflpvWDPvAc/KyXj8w0jUTY0upFTVxKBgMZG IhV4jKxhrhtiiRImt3bWir20wVgFk24+gaGiflsHKUybyyYX+RHywpFt7xV4bV3H 1k= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 7D0F4327BF for <9front@9front.org>; Tue, 21 May 2024 19:39:40 -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-smtp21.pobox.com (Postfix) with ESMTPSA id 8186D327BE for <9front@9front.org>; Tue, 21 May 2024 19:39:37 -0400 (EDT) (envelope-from me+unobe@fallglow.com) Message-ID: <909A0EF566F8AC32C78B14AAE4E53D01@smtp.pobox.com> To: 9front@9front.org Date: Tue, 21 May 2024 16:33:27 -0700 From: Romano MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 62D6DDD8-17CB-11EF-9362-A19503B9AAD1-09620299!pb-smtp21.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: scale-out mobile blockchain-aware method markup Subject: [9front] drawterm: add .gitignore Reply-To: 9front@9front.org Precedence: bulk When I build drawterm on Mac OSX I get a lot of untracked files listed (e.g., *.[ao]). Could a .gitignore be added to ignore those files? commit a3b5694689a42acb0b9b0bd1fdcbe633d6a6c72f (HEAD -> front) Author: Romano Date: Tue May 21 16:25:41 2024 -0700 Add .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..90ec42c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.[ao] +drawterm