blob: 51c94591e4bab0cb148f602b6adbfd76cd343511 [file] [log] [blame]
Roger Meier710c1112012-04-28 19:20:08 +00001# generic ignores
2*.la
3*.lo
4*.o
5*.deps
6*.libs
henrique3bd05b02013-11-05 14:46:16 +01007*.log
8*.trs
Roger Meier710c1112012-04-28 19:20:08 +00009*.suo
jfarrell750df2e2014-07-10 09:18:42 -040010*.pyc
Roger Meier710c1112012-04-28 19:20:08 +000011*.cache
12*.user
13*.ipch
14*.sdf
15*.jar
16*.exe
17*.dll
18*_ReSharper*
19*.opensdf
Jake Farrell0fd47da2013-05-02 22:51:52 -040020*.swp
Noam Zilbersteinaf5d64a2014-07-31 15:44:13 -070021*.hi
henrique7fff60f2014-02-09 11:34:50 +010022*~
henriquebcc0f1a2014-04-09 20:52:11 +020023
24.*project
25junit*.properties
henrique7fff60f2014-02-09 11:34:50 +010026gen-*
27Makefile
28Makefile.in
jfarrell4402ada2014-07-09 22:22:52 -040029aclocal.m4
30acinclude.m4
henrique7fff60f2014-02-09 11:34:50 +010031autom4te.cache
32node_modules
Roger Meier63fcb7e2014-06-15 21:48:59 +020033compile
34test-driver
henrique7fff60f2014-02-09 11:34:50 +010035
Roger Meier02364342013-05-30 21:57:34 +020036.sonar
Jake Farrell0fd47da2013-05-02 22:51:52 -040037.DS_Store
Roger Meierbf0b6292014-03-26 23:32:34 +010038.svn
Roger Meier710c1112012-04-28 19:20:08 +000039
Carl Yeksigian1ed79912013-06-03 18:29:31 -040040/contrib/.vagrant/
jfarrell4402ada2014-07-09 22:22:52 -040041/aclocal/libtool.m4
42/aclocal/lt*.m4
David Reissad8ce352008-10-22 21:59:12 +000043/autoscan.log
Jens Geyer47a6e472013-01-04 18:55:50 +010044/autoscan-*.log
Roger Meier710c1112012-04-28 19:20:08 +000045/compiler/cpp/Debug
46/compiler/cpp/libparse.a
Jens Geyer3e8454c2014-09-04 23:40:32 +020047/compiler/cpp/src/thriftl.cc
48/compiler/cpp/src/thrifty.cc
49/compiler/cpp/src/thrifty.hh
Roger Meiere7b0b692012-12-16 15:44:48 +010050/compiler/cpp/src/windows/version.h
David Reissad8ce352008-10-22 21:59:12 +000051/compiler/cpp/thrift
David Reissad8ce352008-10-22 21:59:12 +000052/compiler/cpp/thriftl.cc
53/compiler/cpp/thrifty.cc
54/compiler/cpp/thrifty.h
Chris Piro92e38602013-03-07 11:24:51 -050055/compiler/cpp/thrifty.hh
David Reissce426242008-10-22 21:59:15 +000056/compiler/cpp/version.h
David Reissad8ce352008-10-22 21:59:12 +000057/config.*
58/configure
59/configure.lineno
60/configure.scan
Roger Meierde18f7b2011-12-12 22:46:45 +000061/contrib/fb303/config.cache
62/contrib/fb303/config.log
63/contrib/fb303/config.status
64/contrib/fb303/configure
Roger Meierde18f7b2011-12-12 22:46:45 +000065/contrib/fb303/cpp/libfb303.a
Roger Meier710c1112012-04-28 19:20:08 +000066/contrib/fb303/java/build/
Roger Meierde18f7b2011-12-12 22:46:45 +000067/contrib/fb303/py/build/
68/contrib/fb303/py/fb303/FacebookService-remote
69/contrib/fb303/py/fb303/FacebookService.py
70/contrib/fb303/py/fb303/__init__.py
71/contrib/fb303/py/fb303/constants.py
72/contrib/fb303/py/fb303/ttypes.py
David Reissad8ce352008-10-22 21:59:12 +000073/depcomp
David Reissad8ce352008-10-22 21:59:12 +000074/install-sh
Roger Meier710c1112012-04-28 19:20:08 +000075/lib/cpp/Debug/
Roger Meierbd057f62012-06-24 19:18:00 +000076/lib/cpp/Debug-mt/
Roger Meier710c1112012-04-28 19:20:08 +000077/lib/cpp/Release/
Roger Meierbd057f62012-06-24 19:18:00 +000078/lib/cpp/Release-mt/
Roger Meier710c1112012-04-28 19:20:08 +000079/lib/cpp/src/thrift/qt/moc_TQTcpServer.cpp
Roger Meierf1ac2842013-06-28 22:33:04 +020080/lib/cpp/src/thrift/config.h
81/lib/cpp/src/thrift/stamp-h2
David Reiss351e22b2010-08-31 16:51:19 +000082/lib/cpp/test/Benchmark
Roger Meier0bb3db22011-07-02 22:33:32 +000083/lib/cpp/test/AllProtocolsTest
David Reiss351e22b2010-08-31 16:51:19 +000084/lib/cpp/test/DebugProtoTest
85/lib/cpp/test/JSONProtoTest
86/lib/cpp/test/OptionalRequiredTest
Roger Meier0bb3db22011-07-02 22:33:32 +000087/lib/cpp/test/SpecializationTest
David Reiss351e22b2010-08-31 16:51:19 +000088/lib/cpp/test/ReflectionTest
henriquebcc0f1a2014-04-09 20:52:11 +020089/lib/cpp/test/RecursiveTest
David Reiss351e22b2010-08-31 16:51:19 +000090/lib/cpp/test/TFDTransportTest
Roger Meier0bb3db22011-07-02 22:33:32 +000091/lib/cpp/test/TFileTransportTest
David Reiss351e22b2010-08-31 16:51:19 +000092/lib/cpp/test/TPipedTransportTest
Roger Meier0bb3db22011-07-02 22:33:32 +000093/lib/cpp/test/TransportTest
David Reiss351e22b2010-08-31 16:51:19 +000094/lib/cpp/test/UnitTests
Roger Meier0bb3db22011-07-02 22:33:32 +000095/lib/cpp/test/ZlibTest
Alan Dunnbee7b732014-07-26 13:48:43 -050096/lib/cpp/test/OpenSSLManualInitTest
Roger Meier41f47082012-05-11 10:15:51 +000097/lib/cpp/test/concurrency_test
Roger Meier63fcb7e2014-06-15 21:48:59 +020098/lib/cpp/test/link_test
Roger Meier41f47082012-05-11 10:15:51 +000099/lib/cpp/test/processor_test
Roger Meier9e0f0742011-08-03 17:36:55 +0000100/lib/cpp/test/tests.xml
David Reissad8ce352008-10-22 21:59:12 +0000101/lib/cpp/concurrency_test
David Reissad8ce352008-10-22 21:59:12 +0000102/lib/cpp/*.pc
Roger Meier710c1112012-04-28 19:20:08 +0000103/lib/cpp/x64/Debug/
Roger Meierbd057f62012-06-24 19:18:00 +0000104/lib/cpp/x64/Debug-mt/
Roger Meier710c1112012-04-28 19:20:08 +0000105/lib/cpp/x64/Release
Roger Meierbd057f62012-06-24 19:18:00 +0000106/lib/cpp/x64/Release-mt
Roger Meier213a6642010-10-27 12:30:11 +0000107/lib/c_glib/*.gcda
108/lib/c_glib/*.gcno
Roger Meier213a6642010-10-27 12:30:11 +0000109/lib/c_glib/*.loT
Roger Meier27b57832014-06-09 22:37:42 +0200110/lib/c_glib/test/*.gcno
Roger Meier213a6642010-10-27 12:30:11 +0000111/lib/c_glib/test/testwrapper.sh
112/lib/c_glib/test/testwrapper-test*
Roger Meier16e2ed22014-07-24 23:54:53 +0200113/lib/c_glib/test/testapplicationexception
Roger Meier710c1112012-04-28 19:20:08 +0000114/lib/c_glib/test/testbinaryprotocol
115/lib/c_glib/test/testbufferedtransport
116/lib/c_glib/test/testdebugproto
117/lib/c_glib/test/testframedtransport
118/lib/c_glib/test/testmemorybuffer
119/lib/c_glib/test/testoptionalrequired
120/lib/c_glib/test/testsimpleserver
121/lib/c_glib/test/teststruct
122/lib/c_glib/test/testthrifttest
123/lib/c_glib/test/testthrifttestclient
124/lib/c_glib/test/testtransportsocket
Roger Meier0bb3db22011-07-02 22:33:32 +0000125/lib/c_glib/thriftc.pc
126/lib/c_glib/thrift_c_glib.pc
Jens Geyera131b8f2014-04-18 19:46:17 +0200127/lib/csharp/**/bin/
128/lib/csharp/**/obj/
Roger Meier41f47082012-05-11 10:15:51 +0000129/lib/d/libthriftd.a
Roger Meier3233fe82014-01-12 22:10:47 +0100130/lib/d/test/serialization_benchmark
131/lib/d/test/transport_test
132/lib/d/unittest/
Jens Geyer47a6e472013-01-04 18:55:50 +0100133/lib/delphi/src/*.dcu
134/lib/delphi/test/*.identcache
135/lib/delphi/test/*.local
Jens Geyer8c64dc12013-08-15 01:29:49 +0200136/lib/delphi/test/*.dcu
137/lib/delphi/test/*.2007
Jens Geyer47a6e472013-01-04 18:55:50 +0100138/lib/delphi/test/*.dproj
139/lib/delphi/test/*.dproj
Jens Geyerad0141a2013-12-30 22:01:53 +0100140/lib/delphi/test/codegen/*.bat
141/lib/delphi/test/skip/*.local
142/lib/delphi/test/skip/*.identcache
143/lib/delphi/test/skip/*.identcache
Jens Geyer47a6e472013-01-04 18:55:50 +0100144/lib/delphi/test/skip/*.dproj
145/lib/delphi/test/skip/*.dproj
Jens Geyerad0141a2013-12-30 22:01:53 +0100146/lib/delphi/test/skip/*.2007
147/lib/delphi/test/serializer/*.identcache
Jens Geyer47a6e472013-01-04 18:55:50 +0100148/lib/delphi/test/serializer/*.dproj
149/lib/delphi/test/serializer/*.local
Jens Geyerad0141a2013-12-30 22:01:53 +0100150/lib/delphi/test/serializer/*.2007
151/lib/delphi/test/multiplexed/*.dproj
152/lib/delphi/test/multiplexed/*.2007
153/lib/delphi/test/multiplexed/*.local
154/lib/delphi/test/multiplexed/*.identcache
155/lib/delphi/test/typeregistry/*.2007
156/lib/delphi/test/typeregistry/*.dproj
157/lib/delphi/test/typeregistry/*.identcache
158/lib/delphi/test/typeregistry/*.local
Roger Meier0bb3db22011-07-02 22:33:32 +0000159/lib/erl/.generated
160/lib/erl/.eunit
161/lib/erl/ebin
Roger Meier0dab3832011-10-18 22:19:30 +0000162/lib/erl/deps/
David Reissdc0a9412009-05-22 19:52:02 +0000163/lib/hs/dist
David Reissad8ce352008-10-22 21:59:12 +0000164/lib/java/build
Roger Meier0bb3db22011-07-02 22:33:32 +0000165/lib/js/test/build
Roger Meier8909cbd2014-01-26 11:44:27 +0100166/lib/nodejs/node_modules/
T Jake Luciani1952e542009-02-01 04:47:30 +0000167/lib/perl/MANIFEST
Roger Meier3233fe82014-01-12 22:10:47 +0100168/lib/perl/MYMETA.yml
T Jake Luciani1952e542009-02-01 04:47:30 +0000169/lib/perl/Makefile-perl.mk
170/lib/perl/blib
171/lib/perl/pm_to_blib
David Reissad8ce352008-10-22 21:59:12 +0000172/lib/py/build
Roger Meierf1ac2842013-06-28 22:33:04 +0200173/lib/py/thrift.egg-info/
Roger Meierb27012c2014-01-11 11:15:37 +0100174/lib/rb/Gemfile.lock
Roger Meier0bb3db22011-07-02 22:33:32 +0000175/lib/rb/debug_proto_test
David Reissf9e3c3b2010-09-21 18:35:43 +0000176/lib/rb/.config
David Reissf9e3c3b2010-09-21 18:35:43 +0000177/lib/rb/ext/conftest.dSYM/
Roger Meier0bb3db22011-07-02 22:33:32 +0000178/lib/rb/ext/mkmf.log
David Reissf9e3c3b2010-09-21 18:35:43 +0000179/lib/rb/ext/thrift_native.bundle
Roger Meier0bb3db22011-07-02 22:33:32 +0000180/lib/rb/ext/thrift_native.so
Roger Meier267c1812011-09-02 20:33:33 +0000181/lib/rb/test/
Roger Meier3faaedf2011-10-02 10:51:45 +0000182/lib/rb/thrift-*.gem
David Reissf9e3c3b2010-09-21 18:35:43 +0000183/lib/php/src/ext/thrift_protocol/Makefile.*
David Reissf9e3c3b2010-09-21 18:35:43 +0000184/lib/php/src/ext/thrift_protocol/build/
185/lib/php/src/ext/thrift_protocol/config.*
186/lib/php/src/ext/thrift_protocol/configure
187/lib/php/src/ext/thrift_protocol/configure.in
188/lib/php/src/ext/thrift_protocol/install-sh
189/lib/php/src/ext/thrift_protocol/libtool
190/lib/php/src/ext/thrift_protocol/ltmain.sh
191/lib/php/src/ext/thrift_protocol/missing
192/lib/php/src/ext/thrift_protocol/mkinstalldirs
193/lib/php/src/ext/thrift_protocol/modules/
194/lib/php/src/ext/thrift_protocol/php_thrift_protocol.lo
195/lib/php/src/ext/thrift_protocol/run-tests.php
196/lib/php/src/ext/thrift_protocol/thrift_protocol.la
Roger Meier710c1112012-04-28 19:20:08 +0000197/lib/php/src/ext/thrift_protocol/tmp-php.ini
198/lib/php/src/packages/
Roger Meier41f47082012-05-11 10:15:51 +0000199/lib/php/test/phpunit.xml
Roger Meiere7b0b692012-12-16 15:44:48 +0100200/lib/php/test/packages/
jfarrell30a472e2014-07-10 18:42:30 -0400201/lib/py/dist/
Roger Meier4d5157d2012-01-09 21:23:19 +0000202/lib/erl/logs/
David Reissad8ce352008-10-22 21:59:12 +0000203/libtool
204/ltmain.sh
205/missing
206/stamp-h1
henrique245dbdf2014-06-04 18:14:39 +0200207/test/status.html
Roger Meierb3c84092014-09-01 21:53:40 +0200208/test/c_glib/test_client
Roger Meier0bb3db22011-07-02 22:33:32 +0000209/test/cpp/StressTest
210/test/cpp/StressTestNonBlocking
211/test/cpp/TestClient
212/test/cpp/TestServer
Jens Geyera7da4882013-07-18 00:33:05 +0200213/lib/go/test/gopath/
214/lib/go/test/ThriftTest.thrift
Roger Meier4d5157d2012-01-09 21:23:19 +0000215/test/log/
216/test/test.log
Roger Meier9df38542014-07-25 23:24:46 +0200217/test/go/ThriftTest.thrift
218/test/go/gopath
219/test/go/pkg/
220/test/go/src/code.google.com/
221/test/go/src/gen/
222/test/go/src/thrift
Noam Zilbersteinaf5d64a2014-07-31 15:44:13 -0700223/test/hs/TestClient
224/test/hs/TestServer
Roger Meier0bb3db22011-07-02 22:33:32 +0000225/test/py.twisted/_trial_temp/
Roger Meierb27012c2014-01-11 11:15:37 +0100226/test/rb/Gemfile.lock
Roger Meiere7b0b692012-12-16 15:44:48 +0100227/tutorial/cpp/TutorialClient
228/tutorial/cpp/TutorialServer
Roger Meier6e25d742014-07-30 01:17:58 +0200229/tutorial/c_glib/tutorial_client
Jens Geyerba682552013-09-05 22:23:28 +0200230/tutorial/delphi/*.dsk
231/tutorial/delphi/*.local
232/tutorial/delphi/DelphiClient/dcu
233/tutorial/delphi/DelphiServer/dcu
234/tutorial/delphi/DelphiClient/*.local
235/tutorial/delphi/DelphiClient/*.identcache
236/tutorial/delphi/DelphiServer/*.identcache
237/tutorial/delphi/DelphiServer/*.local
Jens Geyer0e87c462013-06-18 22:25:07 +0200238/tutorial/go/go-tutorial
239/tutorial/go/calculator-remote
240/tutorial/go/src/shared
241/tutorial/go/src/tutorial
242/tutorial/go/src/git.apache.org
Roger Meierf16daad2014-07-04 15:38:20 +0200243/tutorial/hs/dist/
Roger Meiere7b0b692012-12-16 15:44:48 +0100244/tutorial/java/build/
Roger Meiere7b0b692012-12-16 15:44:48 +0100245/tutorial/js/build/
David Reissad8ce352008-10-22 21:59:12 +0000246/ylwrap
Jake Farrell0fd47da2013-05-02 22:51:52 -0400247