blob: e7f06a772147880680ee8a20538cfcdf729df7c0 [file] [log] [blame]
Roger Meier710c1112012-04-28 19:20:08 +00001# generic ignores
2*.la
3*.lo
4*.o
5*.deps
Roger Meierba4a5f02014-10-22 23:36:13 +02006*.dirstamp
Roger Meier710c1112012-04-28 19:20:08 +00007*.libs
henrique3bd05b02013-11-05 14:46:16 +01008*.log
9*.trs
Roger Meier710c1112012-04-28 19:20:08 +000010*.suo
jfarrell750df2e2014-07-10 09:18:42 -040011*.pyc
Roger Meier710c1112012-04-28 19:20:08 +000012*.cache
13*.user
14*.ipch
15*.sdf
16*.jar
17*.exe
18*.dll
19*_ReSharper*
20*.opensdf
Jake Farrell0fd47da2013-05-02 22:51:52 -040021*.swp
Noam Zilbersteinaf5d64a2014-07-31 15:44:13 -070022*.hi
henrique7fff60f2014-02-09 11:34:50 +010023*~
Josip Sokcevic722f8e92017-07-08 16:29:41 -070024tags
henriquebcc0f1a2014-04-09 20:52:11 +020025
26.*project
Dmitry Volodin1b855d42017-12-18 13:43:28 +030027.classpath
James E. King III12f8b142018-09-14 13:11:37 +000028.dub
Dmitry Volodinf92493b2018-01-23 18:13:56 +030029.settings
30.checkstyle
henriquebcc0f1a2014-04-09 20:52:11 +020031junit*.properties
Konrad Grochowski93fea152014-10-02 16:29:14 +020032.idea
Dmitry Volodinf92493b2018-01-23 18:13:56 +030033*.iml
34*.ipr
35*.iws
henrique7fff60f2014-02-09 11:34:50 +010036gen-*
37Makefile
38Makefile.in
jfarrell4402ada2014-07-09 22:22:52 -040039aclocal.m4
40acinclude.m4
James E. King III12f8b142018-09-14 13:11:37 +000041apache-thrift-test-library
henrique7fff60f2014-02-09 11:34:50 +010042autom4te.cache
Roger Meier880a2b32015-05-16 22:40:17 +020043cmake-*
James E. King III12f8b142018-09-14 13:11:37 +000044dub.selections.json
45libapache-thrift.a
henrique7fff60f2014-02-09 11:34:50 +010046node_modules
Roger Meier63fcb7e2014-06-15 21:48:59 +020047compile
48test-driver
David Robakowskiae971ce2013-08-02 12:16:00 +020049erl_crash.dump
Volodymyr Gotrab587a122016-09-14 19:18:48 -050050project.lock.json
henrique7fff60f2014-02-09 11:34:50 +010051
Kino Roya9da9eb2022-10-07 23:13:01 -070052.Dockerfile.sha512
Roger Meier02364342013-05-30 21:57:34 +020053.sonar
Jake Farrell0fd47da2013-05-02 22:51:52 -040054.DS_Store
Roger Meierbf0b6292014-03-26 23:32:34 +010055.svn
Randy Abernethy775248a2014-09-30 15:44:16 -070056.vagrant
Volodymyr Gotra54993292017-12-18 02:08:09 +020057.vscode
Jens Geyerd4fb3642018-03-30 19:14:31 +020058.vs
Roger Meier710c1112012-04-28 19:20:08 +000059
jfarrell4402ada2014-07-09 22:22:52 -040060/aclocal/libtool.m4
61/aclocal/lt*.m4
David Reissad8ce352008-10-22 21:59:12 +000062/autoscan.log
Jens Geyer47a6e472013-01-04 18:55:50 +010063/autoscan-*.log
Jens Geyer485e0c42016-12-17 19:16:34 +010064/cmake_*
65/compiler/cpp/compiler.VC.db
66/compiler/cpp/compiler.VC.VC.opendb
Nobuaki Sukegawa11da87e2016-09-10 14:02:19 +090067/compiler/cpp/test/plugin/t_cpp_generator.cc
dtmuller052abc32016-07-26 11:58:28 +020068/compiler/cpp/src/thrift/plugin/plugin_constants.cpp
69/compiler/cpp/src/thrift/plugin/plugin_constants.h
70/compiler/cpp/src/thrift/plugin/plugin_types.cpp
71/compiler/cpp/src/thrift/plugin/plugin_types.h
Nobuaki Sukegawa11da87e2016-09-10 14:02:19 +090072/compiler/cpp/test/*test
73/compiler/cpp/test/thrift-gen-*
dtmuller052abc32016-07-26 11:58:28 +020074/compiler/cpp/src/thrift/thrift-bootstrap
75/compiler/cpp/src/thrift/plugin/gen.stamp
Roger Meier710c1112012-04-28 19:20:08 +000076/compiler/cpp/Debug
Konrad Grochowski9fdc90a2014-11-10 18:21:44 +010077/compiler/cpp/Release
Jens Geyer564dbfc2024-03-31 15:36:04 +020078/compiler/cpp/compiler/Debug
79/compiler/cpp/compiler/Release
dtmuller052abc32016-07-26 11:58:28 +020080/compiler/cpp/src/thrift/libparse.a
81/compiler/cpp/src/thrift/thriftl.cc
82/compiler/cpp/src/thrift/thrifty.cc
83/compiler/cpp/src/thrift/thrifty.hh
84/compiler/cpp/src/thrift/windows/version.h
David Reissad8ce352008-10-22 21:59:12 +000085/compiler/cpp/thrift
David Reissad8ce352008-10-22 21:59:12 +000086/compiler/cpp/thriftl.cc
87/compiler/cpp/thrifty.cc
Jens Geyerb149c4f2015-04-02 22:41:22 +020088/compiler/cpp/lex.yythriftl.cc
David Reissad8ce352008-10-22 21:59:12 +000089/compiler/cpp/thrifty.h
Chris Piro92e38602013-03-07 11:24:51 -050090/compiler/cpp/thrifty.hh
dtmuller052abc32016-07-26 11:58:28 +020091/compiler/cpp/src/thrift/version.h
David Reissad8ce352008-10-22 21:59:12 +000092/config.*
93/configure
94/configure.lineno
95/configure.scan
Jens Geyeraf7ecd62018-06-22 22:41:27 +020096/contrib/.vagrant/
Roger Meierde18f7b2011-12-12 22:46:45 +000097/contrib/fb303/config.cache
98/contrib/fb303/config.log
99/contrib/fb303/config.status
100/contrib/fb303/configure
Roger Meierde18f7b2011-12-12 22:46:45 +0000101/contrib/fb303/cpp/libfb303.a
Roger Meier710c1112012-04-28 19:20:08 +0000102/contrib/fb303/java/build/
Roger Meierde18f7b2011-12-12 22:46:45 +0000103/contrib/fb303/py/build/
104/contrib/fb303/py/fb303/FacebookService-remote
105/contrib/fb303/py/fb303/FacebookService.py
106/contrib/fb303/py/fb303/__init__.py
107/contrib/fb303/py/fb303/constants.py
108/contrib/fb303/py/fb303/ttypes.py
David Reissad8ce352008-10-22 21:59:12 +0000109/depcomp
David Reissad8ce352008-10-22 21:59:12 +0000110/install-sh
Tomek Kurcze93a9012017-09-19 09:16:43 +0200111/lib/cl/backport-update.zip
112/lib/cl/lib
113/lib/cl/run-tests
Jens Geyeraf7ecd62018-06-22 22:41:27 +0200114/lib/cl/quicklisp.lisp
115/lib/cl/externals/
116/lib/cl/run-tests
117/lib/cl/quicklisp/
Roger Meier710c1112012-04-28 19:20:08 +0000118/lib/cpp/Debug/
Roger Meierbd057f62012-06-24 19:18:00 +0000119/lib/cpp/Debug-mt/
Roger Meier710c1112012-04-28 19:20:08 +0000120/lib/cpp/Release/
Roger Meierbd057f62012-06-24 19:18:00 +0000121/lib/cpp/Release-mt/
Roger Meier710c1112012-04-28 19:20:08 +0000122/lib/cpp/src/thrift/qt/moc_TQTcpServer.cpp
Nobuaki Sukegawa66228772014-12-07 21:45:33 +0900123/lib/cpp/src/thrift/qt/moc__TQTcpServer.cpp
Roger Meierf1ac2842013-06-28 22:33:04 +0200124/lib/cpp/src/thrift/config.h
125/lib/cpp/src/thrift/stamp-h2
David Reiss351e22b2010-08-31 16:51:19 +0000126/lib/cpp/test/Benchmark
Roger Meier0bb3db22011-07-02 22:33:32 +0000127/lib/cpp/test/AllProtocolsTest
James E. King, IIIb4c190b2017-02-13 16:39:59 -0500128/lib/cpp/test/AnnotationTest
David Reiss351e22b2010-08-31 16:51:19 +0000129/lib/cpp/test/DebugProtoTest
Claudius Heine5ef662b2015-06-24 10:03:50 +0200130/lib/cpp/test/DenseProtoTest
Jens Geyer1235ee32014-09-06 14:58:09 +0200131/lib/cpp/test/EnumTest
David Reiss351e22b2010-08-31 16:51:19 +0000132/lib/cpp/test/JSONProtoTest
133/lib/cpp/test/OptionalRequiredTest
Jim Kingb0b710a2015-07-28 13:31:27 -0400134/lib/cpp/test/SecurityTest
Roger Meier0bb3db22011-07-02 22:33:32 +0000135/lib/cpp/test/SpecializationTest
henriquebcc0f1a2014-04-09 20:52:11 +0200136/lib/cpp/test/RecursiveTest
James E. King IIIb92ca5f2018-06-09 23:02:12 -0400137/lib/cpp/test/ReflectionTest
138/lib/cpp/test/RenderedDoubleConstantsTest
David Reiss351e22b2010-08-31 16:51:19 +0000139/lib/cpp/test/TFDTransportTest
Roger Meier0bb3db22011-07-02 22:33:32 +0000140/lib/cpp/test/TFileTransportTest
Jim Kingb0b710a2015-07-28 13:31:27 -0400141/lib/cpp/test/TInterruptTest
Nobuaki Sukegawad0d7a652014-12-07 21:36:51 +0900142/lib/cpp/test/TNonblockingServerTest
James E. King, IIIb66b66f2017-08-31 18:07:40 -0700143/lib/cpp/test/TNonblockingSSLServerTest
David Reiss351e22b2010-08-31 16:51:19 +0000144/lib/cpp/test/TPipedTransportTest
Ben Craig1684c422015-04-24 08:52:44 -0500145/lib/cpp/test/TServerIntegrationTest
146/lib/cpp/test/TSocketInterruptTest
Roger Meier0bb3db22011-07-02 22:33:32 +0000147/lib/cpp/test/TransportTest
David Reiss351e22b2010-08-31 16:51:19 +0000148/lib/cpp/test/UnitTests
Roger Meier0bb3db22011-07-02 22:33:32 +0000149/lib/cpp/test/ZlibTest
Alan Dunnbee7b732014-07-26 13:48:43 -0500150/lib/cpp/test/OpenSSLManualInitTest
Roger Meier41f47082012-05-11 10:15:51 +0000151/lib/cpp/test/concurrency_test
Roger Meier63fcb7e2014-06-15 21:48:59 +0200152/lib/cpp/test/link_test
Roger Meier41f47082012-05-11 10:15:51 +0000153/lib/cpp/test/processor_test
Roger Meier9e0f0742011-08-03 17:36:55 +0000154/lib/cpp/test/tests.xml
David Reissad8ce352008-10-22 21:59:12 +0000155/lib/cpp/concurrency_test
David Reissad8ce352008-10-22 21:59:12 +0000156/lib/cpp/*.pc
Roger Meier710c1112012-04-28 19:20:08 +0000157/lib/cpp/x64/Debug/
Roger Meierbd057f62012-06-24 19:18:00 +0000158/lib/cpp/x64/Debug-mt/
Roger Meier710c1112012-04-28 19:20:08 +0000159/lib/cpp/x64/Release
Roger Meierbd057f62012-06-24 19:18:00 +0000160/lib/cpp/x64/Release-mt
Roger Meier213a6642010-10-27 12:30:11 +0000161/lib/c_glib/*.gcda
162/lib/c_glib/*.gcno
Roger Meier213a6642010-10-27 12:30:11 +0000163/lib/c_glib/*.loT
Chandler Mayccd998a2016-01-10 06:01:10 +0000164/lib/c_glib/src/thrift/config.h
Nobuaki Sukegawa6bbc9e32016-02-27 16:55:41 +0900165/lib/c_glib/src/thrift/stamp-h3
Roger Meier27b57832014-06-09 22:37:42 +0200166/lib/c_glib/test/*.gcno
Roger Meier213a6642010-10-27 12:30:11 +0000167/lib/c_glib/test/testwrapper.sh
168/lib/c_glib/test/testwrapper-test*
Roger Meier16e2ed22014-07-24 23:54:53 +0200169/lib/c_glib/test/testapplicationexception
Roger Meier710c1112012-04-28 19:20:08 +0000170/lib/c_glib/test/testbinaryprotocol
Chandler May6dde90b2016-01-10 06:01:10 +0000171/lib/c_glib/test/testcompactprotocol
Roger Meier710c1112012-04-28 19:20:08 +0000172/lib/c_glib/test/testbufferedtransport
jfarrelle2e5e222015-08-25 14:59:40 -0400173/lib/c_glib/test/testcontainertest
Roger Meier710c1112012-04-28 19:20:08 +0000174/lib/c_glib/test/testdebugproto
Simon Southe71f20c2016-02-11 06:52:37 -0500175/lib/c_glib/test/testfdtransport
Roger Meier710c1112012-04-28 19:20:08 +0000176/lib/c_glib/test/testframedtransport
177/lib/c_glib/test/testmemorybuffer
178/lib/c_glib/test/testoptionalrequired
James E. King, III36628a22017-02-13 15:25:41 -0500179/lib/c_glib/test/testtransportsslsocket
Roger Meier710c1112012-04-28 19:20:08 +0000180/lib/c_glib/test/testsimpleserver
181/lib/c_glib/test/teststruct
182/lib/c_glib/test/testthrifttest
183/lib/c_glib/test/testthrifttestclient
184/lib/c_glib/test/testtransportsocket
Nobuaki Sukegawa362a5ed2015-12-01 22:17:24 +0900185/lib/c_glib/test/testserialization
Roger Meier0bb3db22011-07-02 22:33:32 +0000186/lib/c_glib/thriftc.pc
187/lib/c_glib/thrift_c_glib.pc
Nobuaki Sukegawa048ea0c2016-03-19 23:40:00 +0900188/lib/d/test/*.pem
Nobuaki Sukegawa8b791b22016-03-05 13:40:25 +0900189/lib/d/libthriftd*.a
190/lib/d/test/async_test
191/lib/d/test/client_pool_test
Roger Meier3233fe82014-01-12 22:10:47 +0100192/lib/d/test/serialization_benchmark
Nobuaki Sukegawa8b791b22016-03-05 13:40:25 +0900193/lib/d/test/stress_test_server
194/lib/d/test/thrift_test_client
195/lib/d/test/thrift_test_server
Roger Meier3233fe82014-01-12 22:10:47 +0100196/lib/d/test/transport_test
197/lib/d/unittest/
Mark Ericksondd89dce2015-12-02 09:53:27 -0600198/lib/dart/coverage
Rob Beckerf1eadad2019-01-21 20:24:01 -0700199/lib/dart/**/.dart_tool
Mark Erickson932c4702015-08-29 10:46:51 -0500200/lib/dart/**/.packages
201/lib/dart/**/packages
202/lib/dart/**/.pub/
203/lib/dart/**/pubspec.lock
Jens Geyer2c092782021-11-15 09:58:19 +0100204/lib/delphi/*.local
205/lib/delphi/*.identcache
Jens Geyer66f95362021-03-29 20:35:41 +0200206/lib/delphi/test/skip/bin
Jens Geyer62445c12022-06-29 00:00:00 +0200207/lib/delphi/test/serializer/**/*.dat
Jens Geyerce1d3142022-06-06 14:29:38 +0200208/lib/delphi/test/serializer/bin
Jens Geyer62445c12022-06-29 00:00:00 +0200209/lib/delphi/test/thrift-testing/*.thrift
Jens Geyerc5646512018-04-12 23:46:36 +0200210/lib/delphi/**/*.identcache
211/lib/delphi/**/*.local
212/lib/delphi/**/*.dcu
213/lib/delphi/**/*.2007
Jens Geyerc5646512018-04-12 23:46:36 +0200214/lib/delphi/**/codegen/*.bat
Roger Meier0bb3db22011-07-02 22:33:32 +0000215/lib/erl/.eunit
David Hulle544a892017-07-27 02:15:00 +0200216/lib/erl/.generated
217/lib/erl/.rebar/
Sergey Yelin4ffe7632019-04-18 17:27:46 +0300218/lib/erl/_build/
David Hulle544a892017-07-27 02:15:00 +0200219/lib/erl/ebin
Sergey Yelin4ffe7632019-04-18 17:27:46 +0300220/lib/erl/rebar.lock
David Robakowskiae971ce2013-08-02 12:16:00 +0200221/lib/erl/src/thrift.app.src
David Robakowskiae971ce2013-08-02 12:16:00 +0200222/lib/erl/test/*.beam
David Hulle544a892017-07-27 02:15:00 +0200223/lib/erl/test/*.hrl
224/lib/erl/test/Thrift_omit_without.thrift
Jens Geyerfea00ac2014-10-01 02:22:48 +0200225/lib/haxe/test/bin
James E. King IIId907cc92018-01-12 10:43:25 -0500226/lib/haxe/test/data.tmp
David Reissdc0a9412009-05-22 19:52:02 +0000227/lib/hs/dist
Alex Volanis7004a612018-01-24 10:30:13 -0500228/lib/java/.gradle
Jiayu Liu1d61fe12022-10-10 08:45:10 +0800229/lib/java/gradle/wrapper
230/lib/java/gradlew
231/lib/java/gradlew.bat
Alex Volanis7004a612018-01-24 10:30:13 -0500232/lib/java/android/.gradle
David Reissad8ce352008-10-22 21:59:12 +0000233/lib/java/build
Qinghui Xu17424372019-10-03 11:38:14 +0200234/lib/java/out
Dmitry Volodin1b855d42017-12-18 13:43:28 +0300235/lib/java/target
James E. King, III36628a22017-02-13 15:25:41 -0500236/lib/js/dist
237/lib/js/doc
Roger Meier0bb3db22011-07-02 22:33:32 +0000238/lib/js/test/build
Jiayu Liu23b86362022-05-06 12:42:18 +0800239/lib/kotlin/cross-test-client/build/
240/lib/kotlin/cross-test-server/build/
241/lib/kotlin/build/
242/lib/kotlin/.gradle/
243/lib/kotlin/gradle/
244/lib/kotlin/gradlew
245/lib/kotlin/gradlew.bat
Jens Geyeraa0c8b32019-01-28 23:27:45 +0100246/lib/netstd/**/bin
247/lib/netstd/**/obj
jfarrellf13e4312015-08-25 00:39:29 -0400248/lib/nodejs/coverage
Roger Meier8909cbd2014-01-26 11:44:27 +0100249/lib/nodejs/node_modules/
T Jake Luciani1952e542009-02-01 04:47:30 +0000250/lib/perl/MANIFEST
Roger Meier964082a2014-10-08 23:28:09 +0200251/lib/perl/MYMETA.json
Roger Meier3233fe82014-01-12 22:10:47 +0100252/lib/perl/MYMETA.yml
T Jake Luciani1952e542009-02-01 04:47:30 +0000253/lib/perl/Makefile-perl.mk
254/lib/perl/blib
255/lib/perl/pm_to_blib
David Reissad8ce352008-10-22 21:59:12 +0000256/lib/py/build
Roger Meierf1ac2842013-06-28 22:33:04 +0200257/lib/py/thrift.egg-info/
Roger Meierb27012c2014-01-11 11:15:37 +0100258/lib/rb/Gemfile.lock
Roger Meier0bb3db22011-07-02 22:33:32 +0000259/lib/rb/debug_proto_test
David Reissf9e3c3b2010-09-21 18:35:43 +0000260/lib/rb/.config
David Reissf9e3c3b2010-09-21 18:35:43 +0000261/lib/rb/ext/conftest.dSYM/
Roger Meier0bb3db22011-07-02 22:33:32 +0000262/lib/rb/ext/mkmf.log
David Reissf9e3c3b2010-09-21 18:35:43 +0000263/lib/rb/ext/thrift_native.bundle
Roger Meier0bb3db22011-07-02 22:33:32 +0000264/lib/rb/ext/thrift_native.so
Roger Meier267c1812011-09-02 20:33:33 +0000265/lib/rb/test/
Roger Meier3faaedf2011-10-02 10:51:45 +0000266/lib/rb/thrift-*.gem
David Reissf9e3c3b2010-09-21 18:35:43 +0000267/lib/php/src/ext/thrift_protocol/Makefile.*
David Reissf9e3c3b2010-09-21 18:35:43 +0000268/lib/php/src/ext/thrift_protocol/build/
269/lib/php/src/ext/thrift_protocol/config.*
270/lib/php/src/ext/thrift_protocol/configure
James E. King IIIb92ca5f2018-06-09 23:02:12 -0400271/lib/php/src/ext/thrift_protocol/configure.ac
David Reissf9e3c3b2010-09-21 18:35:43 +0000272/lib/php/src/ext/thrift_protocol/configure.in
273/lib/php/src/ext/thrift_protocol/install-sh
274/lib/php/src/ext/thrift_protocol/libtool
275/lib/php/src/ext/thrift_protocol/ltmain.sh
276/lib/php/src/ext/thrift_protocol/missing
277/lib/php/src/ext/thrift_protocol/mkinstalldirs
278/lib/php/src/ext/thrift_protocol/modules/
279/lib/php/src/ext/thrift_protocol/php_thrift_protocol.lo
Qinghui Xu17424372019-10-03 11:38:14 +0200280/lib/php/src/ext/thrift_protocol/php_thrift_protocol.loT
David Reissf9e3c3b2010-09-21 18:35:43 +0000281/lib/php/src/ext/thrift_protocol/run-tests.php
282/lib/php/src/ext/thrift_protocol/thrift_protocol.la
Roger Meier710c1112012-04-28 19:20:08 +0000283/lib/php/src/ext/thrift_protocol/tmp-php.ini
Volodymyr Panivko8e828c02024-02-19 11:34:48 +0100284/lib/php/tests/Resources/packages/
285/lib/php/test/test-log-junit.xml
jfarrell30a472e2014-07-10 18:42:30 -0400286/lib/py/dist/
Roger Meier4d5157d2012-01-09 21:23:19 +0000287/lib/erl/logs/
James E. King, IIIb66b66f2017-08-31 18:07:40 -0700288/lib/go/pkg
289/lib/go/src
Yuxuan 'fishy' Wanga2652362021-08-04 09:07:53 -0700290/lib/go/test/fuzz/gopathfuzz
Jens Geyer0c449122014-11-09 16:23:27 +0100291/lib/go/test/gopath/
Jens Geyerf066d842022-06-13 23:37:25 +0200292/lib/go/test/ThriftTest*.thrift
Jens Geyer2ef01132021-02-04 22:41:50 +0100293/lib/nodets/test-compiled/
294/lib/ocaml/_build/
295/lib/ocaml/_tags
296/lib/ocaml/configure
297/lib/ocaml/setup.data
298/lib/ocaml/setup.ml
299/lib/ocaml/myocamlbuild.ml
300/lib/ocaml/*/META
301/lib/ocaml/*/*.mllib
302/lib/ocaml/*/*.mldylib
303/lib/ocaml/Makefile
304/lib/ocaml/OCamlMakefile
Allen George8b96bfb2016-11-02 08:01:08 -0400305/lib/rs/target/
306/lib/rs/Cargo.lock
307/lib/rs/test/Cargo.lock
308/lib/rs/test/target/
309/lib/rs/test/bin/
310/lib/rs/test/src/base_one.rs
311/lib/rs/test/src/base_two.rs
312/lib/rs/test/src/midlayer.rs
Allen George58620992017-05-11 07:56:15 -0400313/lib/rs/test/src/recursive.rs
Allen George8b96bfb2016-11-02 08:01:08 -0400314/lib/rs/test/src/ultimate.rs
Allen George7ddbcc02020-11-08 09:51:19 -0500315/lib/rs/test/src/identifiers.rs
Allen Georgede6f61a2021-03-11 08:25:26 -0500316/lib/rs/test_recursive/Cargo.lock
317/lib/rs/test_recursive/src/vehicles.rs
318/lib/rs/test_recursive/src/maintenance/maintenance_facility.rs
319/lib/rs/test_recursive/src/transit/buses.rs
320/lib/rs/test_recursive/src/transit/trains.rs
321/lib/rs/test_recursive/src/transit/transporters.rs
322/lib/rs/test_recursive/src/transit/light/light_rail.rs
323/lib/rs/test_recursive/src/transit/light/streetcars.rs
324/lib/rs/test_recursive/src/transit/services/city_services.rs
325/lib/rs/test_recursive/target/
326/lib/rs/test_recursive/bin/
Allen George8b96bfb2016-11-02 08:01:08 -0400327/lib/rs/*.iml
328/lib/rs/**/*.iml
James E. King IIIa3a7c6c2018-12-31 17:17:34 -0500329/lib/swift/.build
Jens Geyer2ef01132021-02-04 22:41:50 +0100330/lib/ts/test/build/
331/lib/ts/test/gen-*
David Reissad8ce352008-10-22 21:59:12 +0000332/libtool
333/ltmain.sh
334/missing
Roger Meier281bdae2015-02-03 21:45:28 +0100335/node_modules/
Robert Lua15060a2017-12-28 15:29:39 +0800336/vendor/
337/composer.lock
David Reissad8ce352008-10-22 21:59:12 +0000338/stamp-h1
Nobuaki Sukegawabd165302016-01-19 11:10:07 +0900339/test/features/results.json
Roger Meier41ad4342015-03-24 22:30:40 +0100340/test/results.json
Roger Meierb3c84092014-09-01 21:53:40 +0200341/test/c_glib/test_client
Roger Meier15df0762014-09-29 20:50:56 +0200342/test/c_glib/test_server
Tomek Kurcze93a9012017-09-19 09:16:43 +0200343/test/cl/TestServer
344/test/cl/TestClient
Roger Meier0bb3db22011-07-02 22:33:32 +0000345/test/cpp/StressTest
346/test/cpp/StressTestNonBlocking
347/test/cpp/TestClient
348/test/cpp/TestServer
Rob Beckerf1eadad2019-01-21 20:24:01 -0700349/test/dart/**/.dart_tool
Mark Erickson932c4702015-08-29 10:46:51 -0500350/test/dart/**/.packages
351/test/dart/**/packages
352/test/dart/**/.pub/
353/test/dart/**/pubspec.lock
Roger Meier4d5157d2012-01-09 21:23:19 +0000354/test/log/
355/test/test.log
Roger Meier25c68f42014-09-29 22:12:50 +0200356/test/erl/.generated
James E. King, IIIb66b66f2017-08-31 18:07:40 -0700357/test/erl/.rebar
Nobuaki Sukegawa826ea992015-10-28 22:19:45 +0900358/test/erl/ebin
James E. King III93ff9b02019-06-21 17:50:34 -0400359/test/erl/_build/
360/test/erl/rebar.lock
Roger Meierba4a5f02014-10-22 23:36:13 +0200361/test/go/bin/
Jens Geyerf066d842022-06-13 23:37:25 +0200362/test/go/ThriftTest*.thrift
Roger Meier9df38542014-07-25 23:24:46 +0200363/test/go/gopath
364/test/go/pkg/
Nobuaki Sukegawa2fab3de2015-08-16 15:42:58 +0900365/test/go/src/code.google.com/
James E. King, IIId7142b72017-09-01 13:00:36 -0700366/test/go/src/common/mock_handler.go
Jens Geyer8b470022015-06-19 21:22:57 +0200367/test/go/src/github.com/golang/
James E. King, IIIb66b66f2017-08-31 18:07:40 -0700368/test/go/src/golang.org/
Roger Meier9df38542014-07-25 23:24:46 +0200369/test/go/src/gen/
370/test/go/src/thrift
Jens Geyerbd52f1a2014-07-28 01:25:30 +0200371/test/haxe/bin
Jens Geyer2dcefad2021-02-25 09:42:52 +0100372/test/haxe/.buildtemp
Noam Zilbersteinaf5d64a2014-07-31 15:44:13 -0700373/test/hs/TestClient
374/test/hs/TestServer
James E. King, III0ad20bd2017-09-30 15:44:16 -0700375/test/php/php_ext_dir/
Roger Meier0bb3db22011-07-02 22:33:32 +0000376/test/py.twisted/_trial_temp/
Roger Meierb27012c2014-01-11 11:15:37 +0100377/test/rb/Gemfile.lock
Jens Geyeraa0c8b32019-01-28 23:27:45 +0100378/test/netstd/**/bin
379/test/netstd/**/obj
Jens Geyer2ef01132021-02-04 22:41:50 +0100380/test/netstd/**/launchSettings.json
Jens Geyer5a17b132019-05-26 15:53:37 +0200381/test/netstd/*.psess
382/test/netstd/*.vspx
383/test/netstd/*.vsp
384/test/netstd/*.diagsession
Jens Geyer2ef01132021-02-04 22:41:50 +0100385/test/netstd/Client/ThriftTest
386/test/netstd/Server/ThriftTest
Jens Geyeraa0c8b32019-01-28 23:27:45 +0100387/test/netstd/Thrift
James E. King, IIIb6287362017-09-28 11:57:42 +0000388/test/php/php_ext_dir/
Allen George8b96bfb2016-11-02 08:01:08 -0400389/test/rs/Cargo.lock
390/test/rs/src/thrift_test.rs
391/test/rs/bin/
392/test/rs/target/
393/test/rs/*.iml
394/test/rs/**/*.iml
Kino Roya9da9eb2022-10-07 23:13:01 -0700395/test/swift/CrossTests/.build
Allen George54e95872018-11-30 15:06:44 -0500396/lib/cl/backport-update.zip
397/lib/cl/lib
398/tutorial/cl/quicklisp.lisp
399/tutorial/cl/externals/
400/tutorial/cl/quicklisp/
Tomek Kurcze93a9012017-09-19 09:16:43 +0200401/tutorial/cl/TutorialClient
402/tutorial/cl/TutorialServer
Allen George54e95872018-11-30 15:06:44 -0500403/tutorial/cl/backport-update.zip
404/tutorial/cl/lib/
405/tutorial/cl/shared-implementation.fasl
406/tutorial/cl/tutorial-implementation.fasl
Roger Meiere7b0b692012-12-16 15:44:48 +0100407/tutorial/cpp/TutorialClient
408/tutorial/cpp/TutorialServer
Roger Meier6e25d742014-07-30 01:17:58 +0200409/tutorial/c_glib/tutorial_client
Roger Meier4606d7d2014-09-29 21:01:58 +0200410/tutorial/c_glib/tutorial_server
Nobuaki Sukegawa402f6412016-02-22 22:41:25 +0900411/tutorial/d/async_client
412/tutorial/d/client
413/tutorial/d/server
Mark Erickson932c4702015-08-29 10:46:51 -0500414/tutorial/dart/**/.packages
415/tutorial/dart/**/packages
416/tutorial/dart/**/.pub/
417/tutorial/dart/**/pubspec.lock
Jens Geyerc5646512018-04-12 23:46:36 +0200418/tutorial/delphi/**/*.dsk
419/tutorial/delphi/**/*.local
420/tutorial/delphi/**/*.tvsconfig
421/tutorial/delphi/**/dcu
422/tutorial/delphi/**/*.local
423/tutorial/delphi/**/*.identcache
James E. King, IIId7142b72017-09-01 13:00:36 -0700424/tutorial/go/gopath
Jens Geyer0e87c462013-06-18 22:25:07 +0200425/tutorial/go/go-tutorial
426/tutorial/go/calculator-remote
427/tutorial/go/src/shared
428/tutorial/go/src/tutorial
429/tutorial/go/src/git.apache.org
James E. King, IIId7142b72017-09-01 13:00:36 -0700430/tutorial/go/src/golang.org
Jens Geyerbd52f1a2014-07-28 01:25:30 +0200431/tutorial/haxe/bin
Roger Meierf16daad2014-07-04 15:38:20 +0200432/tutorial/hs/dist/
Roger Meiere7b0b692012-12-16 15:44:48 +0100433/tutorial/java/build/
Roger Meiere7b0b692012-12-16 15:44:48 +0100434/tutorial/js/build/
Jens Geyeraa0c8b32019-01-28 23:27:45 +0100435/tutorial/netstd/**/bin
436/tutorial/netstd/**/obj
437/tutorial/netstd/Interfaces
Allen George8b96bfb2016-11-02 08:01:08 -0400438/tutorial/rs/*.iml
439/tutorial/rs/src/shared.rs
440/tutorial/rs/src/tutorial.rs
441/tutorial/rs/bin
442/tutorial/rs/target
443/tutorial/rs/Cargo.lock
Jens Geyer2ef01132021-02-04 22:41:50 +0100444/tutorial/netstd/Interfaces/shared
445/tutorial/netstd/Interfaces/tutorial
Jens Geyer0d128322021-02-25 09:42:52 +0100446/tutorial/netstd/Server/Properties/launchSettings.json
447/tutorial/netstd/Client/Properties/launchSettings.json
David Reissad8ce352008-10-22 21:59:12 +0000448/ylwrap
Jens Geyerd4fb3642018-03-30 19:14:31 +0200449
Yawar Aminb17672a2022-09-10 11:55:02 -0400450# Unit test generated artifacts
451
452CMakeCache.txt
453CMakeFiles
454compiler/cpp/tests/*.cmake
455compiler/cpp/tests/Testing/
456compiler/cpp/tests/bin/
457compiler/cpp/tests/*.a