diff options
author | 2022-09-06 12:09:05 +0200 | |
---|---|---|
committer | 2022-09-06 12:09:05 +0200 | |
commit | ffb1272e99f61e300a36b1c679d1f0925b1e2d14 (patch) | |
tree | 3bd2515a5cff52db5f0a40a8a6fcf78b9f067c7c | |
parent | Add upstream 5.3.6 (diff) | |
download | lua-patches-ffb1272e99f61e300a36b1c679d1f0925b1e2d14.tar.gz lua-patches-ffb1272e99f61e300a36b1c679d1f0925b1e2d14.tar.bz2 lua-patches-ffb1272e99f61e300a36b1c679d1f0925b1e2d14.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 |