From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23CE51581E7 for ; Mon, 22 Apr 2024 18:19:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA4D3E29F1; Mon, 22 Apr 2024 18:19:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C01F9E29F1 for ; Mon, 22 Apr 2024 18:19:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1870343362 for ; Mon, 22 Apr 2024 18:19:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37F9B1711 for ; Mon, 22 Apr 2024 18:19:20 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1713786931.5997a5ca884c7fd97f8f54261d01a8a8e554175c.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: / X-VCS-Repository: proj/devmanual X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5997a5ca884c7fd97f8f54261d01a8a8e554175c X-VCS-Branch: master Date: Mon, 22 Apr 2024 18:19:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a358ae9b-2675-4f4c-869b-84625323d93b X-Archives-Hash: 5524f1df260651e754fc3e6269589b43 commit: 5997a5ca884c7fd97f8f54261d01a8a8e554175c Author: Ulrich Müller gentoo org> AuthorDate: Sun Apr 21 10:33:25 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Apr 22 11:55:31 2024 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5997a5ca .gitignore: Ignore Emacs backup files Signed-off-by: Ulrich Müller gentoo.org> .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7c45b92..0809650 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ .depend documents.js eclass-reference/ + +# Emacs backup files and locks +*~ +.#*