summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2020-02-28 19:22:34 +0100
committerJens Geyer <jensg@apache.org>2021-02-10 20:27:08 +0100
commitb89316d54bb0253493b48446cb510755fb3196d2 (patch)
tree1f52ff971d44c2c8bb0aad0b9ba627a953e0c899 /.gitignore
parent897652e5f08147efad9db66b86c3036b3d3826db (diff)
downloadthrift-b89316d54bb0253493b48446cb510755fb3196d2.tar.gz
Revert "THRIFT-4982 Remove deprecated C# bindings from the code base"
Only compiler, test, lib and tutorial code.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d11897e95..eacff5bd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -184,6 +184,9 @@ project.lock.json
/lib/c_glib/test/testserialization
/lib/c_glib/thriftc.pc
/lib/c_glib/thrift_c_glib.pc
+/lib/csharp/**/bin/
+/lib/csharp/**/obj/
+/lib/csharp/src/packages
/lib/d/test/*.pem
/lib/d/libthriftd*.a
/lib/d/test/async_test
@@ -231,6 +234,8 @@ project.lock.json
/lib/js/dist
/lib/js/doc
/lib/js/test/build
+/lib/netcore/**/bin
+/lib/netcore/**/obj
/lib/netstd/**/bin
/lib/netstd/**/obj
/lib/nodejs/coverage
@@ -323,6 +328,8 @@ project.lock.json
/test/cpp/StressTestNonBlocking
/test/cpp/TestClient
/test/cpp/TestServer
+/test/csharp/obj
+/test/csharp/bin
/test/dart/**/.dart_tool
/test/dart/**/.packages
/test/dart/**/packages
@@ -351,6 +358,9 @@ project.lock.json
/test/php/php_ext_dir/
/test/py.twisted/_trial_temp/
/test/rb/Gemfile.lock
+/test/netcore/**/bin
+/test/netcore/**/obj
+/test/netcore/Thrift
/test/netstd/**/bin
/test/netstd/**/obj
/test/netstd/**/launchSettings.json
@@ -383,6 +393,10 @@ project.lock.json
/tutorial/cpp/TutorialServer
/tutorial/c_glib/tutorial_client
/tutorial/c_glib/tutorial_server
+/tutorial/csharp/CsharpServer/obj
+/tutorial/csharp/CsharpServer/bin
+/tutorial/csharp/CsharpClient/obj
+/tutorial/csharp/CsharpClient/bin
/tutorial/d/async_client
/tutorial/d/client
/tutorial/d/server
@@ -407,6 +421,9 @@ project.lock.json
/tutorial/hs/dist/
/tutorial/java/build/
/tutorial/js/build/
+/tutorial/netcore/**/bin
+/tutorial/netcore/**/obj
+/tutorial/netcore/Thrift
/tutorial/netstd/**/bin
/tutorial/netstd/**/obj
/tutorial/netstd/Interfaces