You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2010/08/31 18:51:13 UTC

svn commit: r991243 - in /incubator/thrift/trunk: .gitignore cleanup.sh

Author: dreiss
Date: Tue Aug 31 16:51:12 2010
New Revision: 991243

URL: http://svn.apache.org/viewvc?rev=991243&view=rev
Log:
THRIFT-500. Ignore and clean some new generated files

r772440 caused libtoolize to dump some extra files into aclocal.
This change adds them to gitignore and removes them in cleanup.sh.

Modified:
    incubator/thrift/trunk/.gitignore
    incubator/thrift/trunk/cleanup.sh

Modified: incubator/thrift/trunk/.gitignore
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/.gitignore?rev=991243&r1=991242&r2=991243&view=diff
==============================================================================
--- incubator/thrift/trunk/.gitignore (original)
+++ incubator/thrift/trunk/.gitignore Tue Aug 31 16:51:12 2010
@@ -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

Modified: incubator/thrift/trunk/cleanup.sh
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/cleanup.sh?rev=991243&r1=991242&r2=991243&view=diff
==============================================================================
--- incubator/thrift/trunk/cleanup.sh (original)
+++ incubator/thrift/trunk/cleanup.sh Tue Aug 31 16:51:12 2010
@@ -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 \