From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id UJyLHitDBWcBJgAA62LTzQ:P1 (envelope-from ) for ; Tue, 08 Oct 2024 16:35:23 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id UJyLHitDBWcBJgAA62LTzQ (envelope-from ) for ; Tue, 08 Oct 2024 16:35:23 +0200 X-Envelope-To: patches@johnnyrichard.com Authentication-Results: aspmx1.migadu.com; none Received: from mail-a.sr.ht (mail-a.sr.ht [46.23.81.152]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6BCED80139 for ; Tue, 08 Oct 2024 16:35:23 +0200 (CEST) DKIM-Signature: a=rsa-sha256; bh=D3XZDnNkJVrZZr95k576f6/3ev1QP8UWsKXYxIxkjYQ=; c=simple/simple; d=lists.sr.ht; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-Unsubscribe:List-Subscribe:List-Archive:List-Post:List-ID; q=dns/txt; s=20240113; t=1728398123; v=1; b=ANbhMNBE0OiDpZ+VO1T8iUXODvRNvstGNbr6SxilbGhiN7OBtTStjDjgXZBGIkzJnLYw9m0m /fVYLdPLro/P4Tb5ElCD/QRirNMdLsL1uY4RjW4a2ZY1jB7f4M8TdeeNzHabtCe4WTjTxbZhX8B NxzEUZckWt0EzvPMDIOFPooZEVxtc4xrrDjBNMRcwZxfbqtgQePczlDJr2Vs1E6p13U3FNMNe2l uCrwi4iPchHRi0lXlbjZgt6sc2imzPzbvp8N0OsrjJ1+JF6kwyqum9rY0EGJ7ixTA7l06qdJO5T 4vEVHNrOodi+Wbsf3mQq78Qw6zg4EDAxuICjr3B/uvMwg== Received: from lists.sr.ht (unknown [46.23.81.154]) by mail-a.sr.ht (Postfix) with ESMTPSA id 38684201CC for ; Tue, 08 Oct 2024 14:35:23 +0000 (UTC) Received: from out-173.mta0.migadu.com (out-173.mta0.migadu.com [91.218.175.173]) by mail-a.sr.ht (Postfix) with ESMTPS id 56FCA20154 for <~johnnyrichard/olang-devel@lists.sr.ht>; Tue, 08 Oct 2024 14:35:22 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=johnnyrichard.com; s=key1; t=1728398122; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=evJCP6i7K+fURs89CIJIUOH+y/hX0bDy7Utsk0wAwGM=; b=qOlnTUP9EXrGJ5fBk27Qz1w7ZtUoIjZ5Rc2BA/HlYYx9OSkolmyITXC0XF7vbZ7jLRF7Bz XugUaEfxg/fJewYknveAJq1MLuKauEozRbAmRGfuF5ngZcFO4TdVbA8u1mW/EyO/k0COcw 2nhp7MEOcAdRUlqITAd8QXVS2I1Dnc98fmOmEiw02ToZzAWlTbVwSQD3U6fiyvZIjkn6S6 njUigIQd6o/FuZVZvyH7D3C4vT6k0T+mfOgNEn0XElZ8gh8lmO2+AbrmXd/C0+aiuhzZ7h om0NDjVMn+pVsx/6WI0t9xvN22GqYNyNCYDhseSqwreUJDtvyzL2f014iQ9VJw== From: Johnny Richard To: ~johnnyrichard/olang-devel@lists.sr.ht Cc: Johnny Richard Subject: [PATCH olang v1 2/2] chore: ignore *.orig file on root .gitignore Date: Tue, 8 Oct 2024 18:33:44 +0200 Message-ID: <20241008163450.187462-3-johnny@johnnyrichard.com> In-Reply-To: <20241008163450.187462-1-johnny@johnnyrichard.com> References: <20241008163450.187462-1-johnny@johnnyrichard.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Sourcehut-Patchset-Status: PROPOSED List-Unsubscribe: List-Subscribe: List-Archive: Archived-At: List-Post: List-ID: ~johnnyrichard/olang-devel <~johnnyrichard/olang-devel.lists.sr.ht> Sender: ~johnnyrichard/olang-devel <~johnnyrichard/olang-devel@lists.sr.ht> X-Migadu-Country: NL X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.00 X-Spam-Score: -4.00 X-Migadu-Queue-Id: 6BCED80139 X-Migadu-Scanner: mx10.migadu.com X-TUID: wnyPV9R5oS2E Signed-off-by: Johnny Richard --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f18560c..54f5c40 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ build *.o *.info +*.orig docs/site.tar.gz tests/*/*_test -- 2.46.0