From 25dbc8b1eaec252b896361ec3d9cc215b379d09b Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Thu, 29 Sep 2016 16:20:43 -0700 Subject: Updated .gitignore with Java and JavaScript build artifacts --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f1639bf1..ea865f4e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3