Browse Source

Updated .gitignore with Java and JavaScript build artifacts

Adam Cozzette 9 years ago
parent
commit
25dbc8b1ea
1 changed files with 10 additions and 1 deletions
  1. 10 1
      .gitignore

+ 10 - 1
.gitignore

@@ -79,7 +79,8 @@ src/**/*.log
 src/**/*.trs
 src/**/*.trs
 
 
 # JavaBuild output.
 # JavaBuild output.
-java/target
+java/core/target
+java/util/target
 javanano/target
 javanano/target
 
 
 # Windows native output.
 # Windows native output.
@@ -135,3 +136,11 @@ php/ext/google/protobuf/configure.in
 php/ext/google/protobuf/mkinstalldirs
 php/ext/google/protobuf/mkinstalldirs
 php/ext/google/protobuf/run-tests.php
 php/ext/google/protobuf/run-tests.php
 vendor/
 vendor/
+
+# JavaScript artifacts
+js/commonjs_out/
+js/deps.js
+js/google-protobuf.js
+js/google/
+js/node_modules/
+js/testproto_libs.js