You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bo...@apache.org on 2018/08/06 00:16:16 UTC

tapestry-5 git commit: Git ignore bin dirs within module dirs

Repository: tapestry-5
Updated Branches:
  refs/heads/master 63f309d18 -> bd8ad2615


Git ignore bin dirs within module dirs


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/bd8ad261
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/bd8ad261
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/bd8ad261

Branch: refs/heads/master
Commit: bd8ad2615b16eb42cfba198518954c72167604c3
Parents: 63f309d
Author: Bob Harner <bo...@gmail.com>
Authored: Sun Aug 5 20:14:47 2018 -0400
Committer: Bob Harner <bo...@gmail.com>
Committed: Sun Aug 5 20:14:47 2018 -0400

----------------------------------------------------------------------
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/bd8ad261/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index b7b4da1..b486090 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 out/
 bin/
+*/bin/
 .DS_Store
 .classpath
 .project