Skip to content

Commit

Permalink
THRIFT-500. Ignore and clean some new generated files
Browse files Browse the repository at this point in the history
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
  • Loading branch information
David Reiss committed Aug 31, 2010
1 parent 2b45589 commit f9962c2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f9962c2

Please sign in to comment.