diff options
author | Mathias Stearn <mathias@10gen.com> | 2017-10-04 16:14:25 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2017-11-02 14:25:21 -0400 |
commit | 9f8696b5ba4c9310749c5c3f1ee082c5f663b5b0 (patch) | |
tree | 53c3961ef1c4a68970d85dfc835951a00ec04b34 /.eslintignore | |
parent | acdd51da0bda6f8bb723dd23096306a3453c8804 (diff) | |
download | mongo-9f8696b5ba4c9310749c5c3f1ee082c5f663b5b0.tar.gz |
SERVER-31390 Use a templating language to generate error_codes.{h,cpp,js}
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index a1ded284b11..97755b3f9df 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,2 @@ src/mongo/gotools/* +*.tpl.js |