Add more files to .gitignore
authorDavid Reiss <dreiss@apache.org>
Wed, 22 Oct 2008 21:59:15 +0000 (21:59 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 22 Oct 2008 21:59:15 +0000 (21:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@707211 13f79535-47bb-0310-9956-ffa450edef68

.gitignore

index 23633dd..78396e1 100644 (file)
@@ -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
 /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