Skip to content

Commit

Permalink
Add more files to .gitignore
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@707211 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
David Reiss committed Oct 22, 2008
1 parent ad8ce35 commit ce42624
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/compiler/cpp/thriftl.cc
/compiler/cpp/thrifty.cc
/compiler/cpp/thrifty.h
/compiler/cpp/version.h
/config.*
/configure
/configure.lineno
Expand Down Expand Up @@ -40,15 +41,23 @@
/lib/py/Makefile
/lib/py/Makefile.in
/lib/py/build
/lib/rb/Makefile
/lib/rb/Makefile.in
/libtool
/ltmain.sh
/missing
/stamp-h1
/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
Expand All @@ -63,4 +72,6 @@
/test/py/Makefile
/test/py/Makefile.in
/test/py/gen-py
/test/rb/Makefile
/test/rb/Makefile.in
/ylwrap

0 comments on commit ce42624

Please sign in to comment.