Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lua-patches:5.1.5 commit in: /
Date: Tue, 06 Sep 2022 16:07:52
Message-Id: 1662478671.994b7a8b3bdbe2e38c9025174f9f309dbcf3a02c.soap@gentoo
1 commit: 994b7a8b3bdbe2e38c9025174f9f309dbcf3a02c
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 15:37:51 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 15:37:51 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lua-patches.git/commit/?id=994b7a8b
7
8 Add .gitignore
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 .gitignore | 30 ++++++++++++++++++++++++++++++
13 1 file changed, 30 insertions(+)
14
15 diff --git a/.gitignore b/.gitignore
16 new file mode 100644
17 index 0000000..d2e4c0d
18 --- /dev/null
19 +++ b/.gitignore
20 @@ -0,0 +1,30 @@
21 +# Autotools
22 +aclocal.m4
23 +ar-lib
24 +autom4te.cache/
25 +build*/
26 +compile
27 +config.guess
28 +config.log
29 +config.status
30 +config.sub
31 +configure
32 +configure~
33 +depcomp
34 +install-sh
35 +libtool
36 +ltmain.sh
37 +m4/
38 +Makefile
39 +Makefile.in
40 +missing
41 +.deps/
42 +.dirstamp
43 +.libs/
44 +stamp-h1
45 +*.la
46 +*.o
47 +*.lo
48 +lua5*
49 +luac5*
50 +*.pc