You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by br...@apache.org on 2009/02/01 07:08:35 UTC

svn commit: r739701 - in /incubator/thrift/trunk: compiler/cpp/ lib/cpp/ lib/java/ lib/rb/ lib/rb/ext/ test/ test/py/

Author: bryanduxbury
Date: Sun Feb  1 06:08:35 2009
New Revision: 739701

URL: http://svn.apache.org/viewvc?rev=739701&view=rev
Log:
add a lot of things to svn:ignore. there are many autogenerated build products that are best ignored, and this gets all of them, I think.

Modified:
    incubator/thrift/trunk/compiler/cpp/   (props changed)
    incubator/thrift/trunk/lib/cpp/   (props changed)
    incubator/thrift/trunk/lib/java/   (props changed)
    incubator/thrift/trunk/lib/rb/   (props changed)
    incubator/thrift/trunk/lib/rb/ext/   (props changed)
    incubator/thrift/trunk/test/   (props changed)
    incubator/thrift/trunk/test/py/   (props changed)

Propchange: incubator/thrift/trunk/compiler/cpp/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Feb  1 06:08:35 2009
@@ -7,3 +7,4 @@
 thrifty.cc
 thrifty.h
 *.o
+version.h

Propchange: incubator/thrift/trunk/lib/cpp/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Feb  1 06:08:35 2009
@@ -6,3 +6,6 @@
 thrift-nb.pc
 thrift-z.pc
 thrift.pc
+*.o
+*.lo
+*.la

Propchange: incubator/thrift/trunk/lib/java/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Feb  1 06:08:35 2009
@@ -4,3 +4,4 @@
 *.jar 
 Makefile
 Makefile.in
+libthrift.jar

Propchange: incubator/thrift/trunk/lib/rb/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Feb  1 06:08:35 2009
@@ -2,3 +2,4 @@
 Makefile*
 .config
 InstalledFiles
+pkg

Propchange: incubator/thrift/trunk/lib/rb/ext/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Feb  1 06:08:35 2009
@@ -1,3 +1,5 @@
 
 Makefile*
 mkmf.log
+*.o
+*.bundle

Propchange: incubator/thrift/trunk/test/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Feb  1 06:08:35 2009
@@ -4,3 +4,5 @@
 Makefile
 Makefile.in
 gen-cpp
+*.lo
+*.o

Propchange: incubator/thrift/trunk/test/py/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Feb  1 06:08:35 2009
@@ -1,2 +1,3 @@
 Makefile
 Makefile.in
+gen-py