From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 55F071FF168 for ; Mon, 30 Sep 2024 17:25:24 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 1B48A1ADEE; Mon, 30 Sep 2024 17:25:41 +0200 (CEST) From: Christoph Heiss To: pmg-devel@lists.proxmox.com Date: Mon, 30 Sep 2024 17:25:04 +0200 Message-ID: <20240930152505.1988268-5-c.heiss@proxmox.com> X-Mailer: git-send-email 2.46.0 In-Reply-To: <20240930152505.1988268-1-c.heiss@proxmox.com> References: <20240930152505.1988268-1-c.heiss@proxmox.com> MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.121 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment POISEN_SPAM_PILL 0.1 Meta: its spam POISEN_SPAM_PILL_1 0.1 random spam to be learned in bayes POISEN_SPAM_PILL_3 0.1 random spam to be learned in bayes SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pmg-devel] [PATCH pmg-log-tracker 4/4] gitignore: add rules for dpkg build artifacts X-BeenThere: pmg-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Mail Gateway development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pmg-devel-bounces@lists.proxmox.com Sender: "pmg-devel" Signed-off-by: Christoph Heiss --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 4fffb2f..67bd290 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ /target /Cargo.lock +/build +/pmg-log-tracker-[0-9]* +/rust-pmg-log-tracker_[0-9]* +*.deb +*.buildinfo +*.changes -- 2.46.0 _______________________________________________ pmg-devel mailing list pmg-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel