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 10ED1158094 for ; Tue, 6 Sep 2022 16:07:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40953E0876; Tue, 6 Sep 2022 16:07:51 +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 22F5DE07EF for ; Tue, 6 Sep 2022 16:07:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1834434100E for ; Tue, 6 Sep 2022 16:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4D4B5B2 for ; Tue, 6 Sep 2022 16:07:48 +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: <1662478671.994b7a8b3bdbe2e38c9025174f9f309dbcf3a02c.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: 994b7a8b3bdbe2e38c9025174f9f309dbcf3a02c X-VCS-Branch: 5.1.5 Date: Tue, 6 Sep 2022 16:07:48 +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: adf62698-d6e2-40ed-aae0-39aa2a888a71 X-Archives-Hash: 9dd8b1c81b0dac3c3223f8312d088c8d commit: 994b7a8b3bdbe2e38c9025174f9f309dbcf3a02c Author: David Seifert gentoo org> AuthorDate: Tue Sep 6 15:37:51 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Sep 6 15:37:51 2022 +0000 URL: https://gitweb.gentoo.org/proj/lua-patches.git/commit/?id=994b7a8b 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