summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVolodymyr Gotra <vgotra@gmail.com>2016-09-14 19:18:48 -0500
committerJens Geyer <jensg@apache.org>2017-01-04 19:40:30 +0100
commitb587a12a116cc394b62d9af2bbcecd50cfb18ce3 (patch)
tree33ab9b38c10c1d14eb5ffcc3167192de00e767e4 /.gitignore
parent3c55440230f3645816913d9c53b42dcc16b70f95 (diff)
downloadthrift-b587a12a116cc394b62d9af2bbcecd50cfb18ce3.tar.gz
THRIFT-3933 Microsoft .Net Core library port and generator for this library
Client: .NET Core Patch: Volodymyr Gotra <vgotra@gmail.com> PR #1088, with significant improvements by Jens Geyer <jensg@apache.org> PR #1149 This closes #1088 This closes #1149
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 140c93b00..9d2463efe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@ node_modules
compile
test-driver
erl_crash.dump
+project.lock.json
.sonar
.DS_Store
@@ -215,6 +216,10 @@ erl_crash.dump
/lib/hs/dist
/lib/java/build
/lib/js/test/build
+/lib/netcore/**/.vs
+/lib/netcore/**/bin
+/lib/netcore/**/obj
+/lib/netcore/**/gen-*
/lib/nodejs/coverage
/lib/nodejs/node_modules/
/lib/perl/MANIFEST
@@ -290,6 +295,11 @@ erl_crash.dump
/test/hs/TestServer
/test/py.twisted/_trial_temp/
/test/rb/Gemfile.lock
+/test/netcore/**/.vs
+/test/netcore/**/bin
+/test/netcore/**/obj
+/test/netcore/**/gen-*
+/test/netcore/Thrift
/tutorial/cpp/TutorialClient
/tutorial/cpp/TutorialServer
/tutorial/c_glib/tutorial_client
@@ -323,4 +333,9 @@ erl_crash.dump
/tutorial/hs/dist/
/tutorial/java/build/
/tutorial/js/build/
+/tutorial/netcore/**/.vs
+/tutorial/netcore/**/bin
+/tutorial/netcore/**/obj
+/tutorial/netcore/**/gen-*
+/tutorial/netcore/Thrift
/ylwrap