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 AA4D0158094 for ; Tue, 6 Sep 2022 10:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D57F6E0969; Tue, 6 Sep 2022 10:39:14 +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 B727CE0969 for ; Tue, 6 Sep 2022 10:39:14 +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 7DD63340F61 for ; Tue, 6 Sep 2022 10:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DA5956D for ; Tue, 6 Sep 2022 10:39:12 +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: <1662459001.fe1dec0d5ae3df7a181ea519437778b8caa6342c.soap@gentoo> Subject: [gentoo-commits] proj/lua-patches:5.4.4 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: fe1dec0d5ae3df7a181ea519437778b8caa6342c X-VCS-Branch: 5.4.4 Date: Tue, 6 Sep 2022 10:39:12 +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: b5cdf83b-be6f-43e6-97f5-24f636c9d0d1 X-Archives-Hash: 01aa55e2cc187e3e8439231929db1773 commit: fe1dec0d5ae3df7a181ea519437778b8caa6342c Author: David Seifert gentoo org> AuthorDate: Tue Sep 6 10:10:01 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Sep 6 10:10:01 2022 +0000 URL: https://gitweb.gentoo.org/proj/lua-patches.git/commit/?id=fe1dec0d 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