Authentication-Results: mail-b.sr.ht; dkim=pass header.d=secluded.site header.i=@secluded.site Received: from mx.nixnet.email (mx.nixnet.email [94.16.121.167]) by mail-b.sr.ht (Postfix) with ESMTPS id 9060211F08C for <~whereswaldon/arbor-dev@lists.sr.ht>; Thu, 21 Jul 2022 03:10:32 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mx.nixnet.email (Postfix) with ESMTPSA id 3DA01201046; Wed, 20 Jul 2022 23:10:31 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=secluded.site; s=202002021149; t=1658373031; h=from:from:reply-to:subject:subject:to:to:cc:cc; bh=vjHP8XptF6KAh4HZ7i34+dffbSvnny7fegsx7Or1Np8=; b=NryiGBzAy4XGmrfgthA+hDP9Gyme3ZRq0+XQknli+6LRHtpfpKMQmH4vMJagON99esiy56 WqYyXdQH+kTMIvLyxXBe+P0RteEQA5sAtJz1wtpSoVeuCwnCZjYhGGCliyCDT8GFvXnBoH g9VbQ7n80SqflxJVbA17BtQ1dpbyJr0= From: Amolith To: ~whereswaldon/arbor-dev@lists.sr.ht Cc: Amolith Subject: [PATCH 01/12] Ignore compiled binaries Date: Wed, 20 Jul 2022 23:09:50 -0400 Message-Id: <20220721031001.97027-2-amolith@secluded.site> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20220721031001.97027-1-amolith@secluded.site> References: <20220721031001.97027-1-amolith@secluded.site> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Signed-off-by: Amolith --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cbf226f..98dce49 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ out -*~ \ No newline at end of file +*~ + +# Ignores the compiled binaries +mage +files/relay -- 2.37.1