summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore9
-rwxr-xr-xcleanup.sh5
2 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c0f29304e..e3f71efb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,10 @@
/Makefile
/Makefile.in
+/aclocal/libtool.m4
+/aclocal/ltoptions.m4
+/aclocal/ltsugar.m4
+/aclocal/ltversion.m4
+/aclocal/lt~obsolete.m4
/aclocal.m4
/autom4te.cache
/autoscan.log
@@ -55,6 +60,10 @@
/lib/py/build
/lib/rb/Makefile
/lib/rb/Makefile.in
+/lib/php/Makefile
+/lib/php/Makefile.in
+/lib/erl/Makefile
+/lib/erl/Makefile.in
/libtool
/ltmain.sh
/missing
diff --git a/cleanup.sh b/cleanup.sh
index 0ea55bb9f..10c575e38 100755
--- a/cleanup.sh
+++ b/cleanup.sh
@@ -32,6 +32,11 @@ INSTALL \
Makefile \
Makefile.in \
Makefile.orig \
+aclocal/libtool.m4 \
+aclocal/ltoptions.m4 \
+aclocal/ltsugar.m4 \
+aclocal/ltversion.m4 \
+aclocal/lt~obsolete.m4 \
aclocal.m4 \
autom4te.cache \
autoscan.log \