aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-09-06 12:10:01 +0200
committerDavid Seifert <soap@gentoo.org>2022-09-06 12:10:01 +0200
commitfe1dec0d5ae3df7a181ea519437778b8caa6342c (patch)
tree2ae1696cdeec74d9972f6ec6b4b7a44d74951ac3
parentAdd upstream 5.4.4 (diff)
downloadlua-patches-fe1dec0d5ae3df7a181ea519437778b8caa6342c.tar.gz
lua-patches-fe1dec0d5ae3df7a181ea519437778b8caa6342c.tar.bz2
lua-patches-fe1dec0d5ae3df7a181ea519437778b8caa6342c.zip
Add .gitignore
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--.gitignore30
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