Add gitignore, status, and codereview files.
diff --git a/pkgs/pool/.gitignore b/pkgs/pool/.gitignore new file mode 100644 index 0000000..388eff0 --- /dev/null +++ b/pkgs/pool/.gitignore
@@ -0,0 +1,14 @@ +# Don’t commit the following directories created by pub. +.buildlog +.pub/ +build/ +packages + +# Or the files created by dart2js. +*.dart.js +*.js_ +*.js.deps +*.js.map + +# Include when developing application packages. +pubspec.lock \ No newline at end of file
diff --git a/pkgs/pool/.status b/pkgs/pool/.status new file mode 100644 index 0000000..e9f2b00 --- /dev/null +++ b/pkgs/pool/.status
@@ -0,0 +1,3 @@ +# Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +# for details. All rights reserved. Use of this source code is governed by a +# BSD-style license that can be found in the LICENSE file.
diff --git a/pkgs/pool/codereview.settings b/pkgs/pool/codereview.settings new file mode 100644 index 0000000..b474c08 --- /dev/null +++ b/pkgs/pool/codereview.settings
@@ -0,0 +1,3 @@ +CODE_REVIEW_SERVER: http://codereview.chromium.org/ +VIEW_VC: https://github.com/dart-lang/pool/commit/ +CC_LIST: reviews@dartlang.org \ No newline at end of file