You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2016/04/11 21:57:41 UTC

[1/2] incubator-beam git commit: Ignore generated bin/ directories

Repository: incubator-beam
Updated Branches:
  refs/heads/master aa17c9165 -> ab7bca7d0


Ignore generated bin/ directories


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/9a3072fc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/9a3072fc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/9a3072fc

Branch: refs/heads/master
Commit: 9a3072fc230ab684460a64818fed60fd1bebcc00
Parents: 5f24cef
Author: Kenneth Knowles <kl...@google.com>
Authored: Fri Apr 8 13:34:39 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Apr 11 12:56:41 2016 -0700

----------------------------------------------------------------------
 .gitignore        | 1 +
 sdks/java/src.xml | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/9a3072fc/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 38def8f..5390dd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
 
 # Ignore files generated by the Maven build process.
 target/
+bin/
 
 # Ignore IntelliJ files.
 .idea/

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/9a3072fc/sdks/java/src.xml
----------------------------------------------------------------------
diff --git a/sdks/java/src.xml b/sdks/java/src.xml
index e5f8664..3ada7b3 100644
--- a/sdks/java/src.xml
+++ b/sdks/java/src.xml
@@ -33,6 +33,7 @@
         <!-- NB: the exclude here should be sync with content of .gitignore -->
         <!-- Ignore files generated by the Maven build process -->
         <exclude>**/target/**</exclude>
+        <exclude>**/bin/**</exclude>
         <!-- Ignore IntelliJ files -->
         <exclude>**/.idea/**</exclude>
         <exclude>**/*.iml</exclude>


[2/2] incubator-beam git commit: This closes #151

Posted by ke...@apache.org.
This closes #151


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/ab7bca7d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/ab7bca7d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/ab7bca7d

Branch: refs/heads/master
Commit: ab7bca7d0017a73252094c5f314d081c91e16d40
Parents: aa17c91 9a3072f
Author: Kenneth Knowles <kl...@google.com>
Authored: Mon Apr 11 12:57:32 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Apr 11 12:57:32 2016 -0700

----------------------------------------------------------------------
 .gitignore        | 1 +
 sdks/java/src.xml | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------