THRIFT-500. Ignore and clean some new generated files
authorDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:12 +0000 (16:51 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:12 +0000 (16:51 +0000)
r772440 caused libtoolize to dump some extra files into aclocal.
This change adds them to gitignore and removes them in cleanup.sh.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991243 13f79535-47bb-0310-9956-ffa450edef68

.gitignore
cleanup.sh

index c0f2930..e3f71ef 100644 (file)
@@ -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
 /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
index 0ea55bb..10c575e 100755 (executable)
@@ -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 \