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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29371158094 for ; Tue, 6 Sep 2022 10:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AE03E092B; Tue, 6 Sep 2022 10:06:13 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B577E092B for ; Tue, 6 Sep 2022 10:06:13 +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 EABF83406F2 for ; Tue, 6 Sep 2022 10:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C7EC5C0 for ; Tue, 6 Sep 2022 10:06:10 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1662458749.f526fbe0e28bdde90de06bdd044bd55148c3f426.soap@gentoo> Subject: [gentoo-commits] proj/lua-patches:5.1.5 commit in: / X-VCS-Repository: proj/lua-patches X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f526fbe0e28bdde90de06bdd044bd55148c3f426 X-VCS-Branch: 5.1.5 Date: Tue, 6 Sep 2022 10:06:10 +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: ebefa27d-6244-4248-be9a-f00b32d20d7e X-Archives-Hash: b34d6e4e13f4e7ee2be7bd7a2effaae4 commit: f526fbe0e28bdde90de06bdd044bd55148c3f426 Author: David Seifert gentoo org> AuthorDate: Tue Sep 6 10:05:49 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Sep 6 10:05:49 2022 +0000 URL: https://gitweb.gentoo.org/proj/lua-patches.git/commit/?id=f526fbe0 Add .gitignore Signed-off-by: David Seifert gentoo.org> .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d2e4c0d --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Autotools +aclocal.m4 +ar-lib +autom4te.cache/ +build*/ +compile +config.guess +config.log +config.status +config.sub +configure +configure~ +depcomp +install-sh +libtool +ltmain.sh +m4/ +Makefile +Makefile.in +missing +.deps/ +.dirstamp +.libs/ +stamp-h1 +*.la +*.o +*.lo +lua5* +luac5* +*.pc