summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRob Becker <rob.becker@workiva.com>2019-01-21 20:24:01 -0700
committerJames E. King III <jking@apache.org>2019-01-21 22:24:01 -0500
commitf1eadad76edb3c680b9b964601d440ea05df02ca (patch)
treefb943b184b25d584dae228228410b2b0fef9caf5 /.gitignore
parentef32bc10b70aa2926957fd8f35691563234f08b6 (diff)
downloadthrift-f1eadad76edb3c680b9b964601d440ea05df02ca.tar.gz
THRIFT-4654 Minor fixes for dart 1 & 2 compatibility (backwards compatible) (#1617)
* THRIFT-4654 Minor fixes for dart 1 & 2 compatibility * update dockerfiles for CI to test dart 2 * THRIFT-4654 update pubspec for tests * THRIFT-4654 update dart test generator and readme to 1.24.3 * THRIFT-4654 update generated dart sdk to a range * fix the dart tutorials * Add .dart_tool directories to .gitignore * THRIFT-4654: use dart 2.1.0 and fix cross test dart client timeout
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b3a5920f2..82d3d482d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -196,6 +196,7 @@ project.lock.json
/lib/d/test/transport_test
/lib/d/unittest/
/lib/dart/coverage
+/lib/dart/**/.dart_tool
/lib/dart/**/.packages
/lib/dart/**/packages
/lib/dart/**/.pub/
@@ -305,6 +306,7 @@ project.lock.json
/test/cpp/TestServer
/test/csharp/obj
/test/csharp/bin
+/test/dart/**/.dart_tool
/test/dart/**/.packages
/test/dart/**/packages
/test/dart/**/.pub/