diff options
author | David Seifert <soap@gentoo.org> | 2022-09-06 17:37:51 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-06 17:37:51 +0200 |
commit | 994b7a8b3bdbe2e38c9025174f9f309dbcf3a02c (patch) | |
tree | 3cf145a7f909b652aea451e75989547a66c35859 | |
parent | Add upstream 5.1.5 (diff) | |
download | lua-patches-994b7a8b3bdbe2e38c9025174f9f309dbcf3a02c.tar.gz lua-patches-994b7a8b3bdbe2e38c9025174f9f309dbcf3a02c.tar.bz2 lua-patches-994b7a8b3bdbe2e38c9025174f9f309dbcf3a02c.zip |
Add .gitignore
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
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 |