浏览代码

Merge pull request #2206 from acozzette/gitignore

Updated .gitignore with Java and JavaScript build artifacts
Adam Cozzette 9 年之前
父节点
当前提交
350d49449b
共有 1 个文件被更改,包括 10 次插入1 次删除
  1. 10 1
      .gitignore

+ 10 - 1
.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