diff options
author | David Seifert <soap@gentoo.org> | 2023-07-16 11:44:10 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-07-16 11:44:10 +0200 |
commit | fafdb68bee15c29dbef8cd99297df79ebc4a7a92 (patch) | |
tree | a32c0a8539e3b02e55667750f494863e5b6be421 | |
parent | Add upstream 5.4.6 (diff) | |
download | lua-patches-fafdb68bee15c29dbef8cd99297df79ebc4a7a92.tar.gz lua-patches-fafdb68bee15c29dbef8cd99297df79ebc4a7a92.tar.bz2 lua-patches-fafdb68bee15c29dbef8cd99297df79ebc4a7a92.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 |