diff options
author | Adam Cozzette <acozzette@google.com> | 2016-09-29 16:20:43 -0700 |
---|---|---|
committer | Adam Cozzette <acozzette@google.com> | 2016-09-29 16:20:43 -0700 |
commit | 25dbc8b1eaec252b896361ec3d9cc215b379d09b (patch) | |
tree | 39d8451c6e9a61835891c7bdc71aea18ab35c730 /.gitignore | |
parent | 3d598eeceef7b1162cbbf3024db2939027a3d08a (diff) |
Updated .gitignore with Java and JavaScript build artifacts
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -79,7 +79,8 @@ src/**/*.log src/**/*.trs # JavaBuild output. -java/target +java/core/target +java/util/target javanano/target # Windows native output. @@ -135,3 +136,11 @@ php/ext/google/protobuf/configure.in php/ext/google/protobuf/mkinstalldirs php/ext/google/protobuf/run-tests.php vendor/ + +# JavaScript artifacts +js/commonjs_out/ +js/deps.js +js/google-protobuf.js +js/google/ +js/node_modules/ +js/testproto_libs.js |