Author: dreiss
Date: Wed Oct 22 14:59:15 2008
New Revision: 707211

URL: http://svn.apache.org/viewvc?rev=707211&view=rev
Log:
Add more files to .gitignore

Modified:
    incubator/thrift/trunk/.gitignore

Modified: incubator/thrift/trunk/.gitignore
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/.gitignore?rev=707211&r1=707210&r2=707211&view=diff
==============================================================================
--- incubator/thrift/trunk/.gitignore (original)
+++ incubator/thrift/trunk/.gitignore Wed Oct 22 14:59:15 2008
@@ -11,6 +11,7 @@
 /compiler/cpp/thriftl.cc
 /compiler/cpp/thrifty.cc
 /compiler/cpp/thrifty.h
+/compiler/cpp/version.h
 /config.*
 /configure
 /configure.lineno
@@ -40,6 +41,8 @@
 /lib/py/Makefile
 /lib/py/Makefile.in
 /lib/py/build
+/lib/rb/Makefile
+/lib/rb/Makefile.in
 /libtool
 /ltmain.sh
 /missing
@@ -47,8 +50,14 @@
 /test/.deps
 /test/.libs
 /test/*.o
+/test/*.la
+/test/*.lo
+/test/Benchmark
 /test/DebugProtoTest
 /test/JSONProtoTest
+/test/TFDTransportTest
+/test/TPipedTransportTest
+/test/UnitTests
 /test/Makefile
 /test/Makefile.in
 /test/OptionalRequiredTest
@@ -63,4 +72,6 @@
 /test/py/Makefile
 /test/py/Makefile.in
 /test/py/gen-py
+/test/rb/Makefile
+/test/rb/Makefile.in
 /ylwrap


Reply via email to