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 2016/02/23 03:02:23 UTC

tapestry-5 git commit: Added .groovy folder to .gitignore

Repository: tapestry-5
Updated Branches:
  refs/heads/master 3c0b3b3f7 -> 52baacb71


Added .groovy folder to .gitignore


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

Branch: refs/heads/master
Commit: 52baacb71a42679283f39e91a689a37def0e5b77
Parents: 3c0b3b3
Author: Bob Harner <bo...@gmail.com>
Authored: Sun Jan 3 08:51:13 2016 -0500
Committer: Bob Harner <bo...@gmail.com>
Committed: Tue Feb 16 09:24:04 2016 -0500

----------------------------------------------------------------------
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/52baacb7/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index d2b9e34..db8fa7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,5 +12,6 @@ test-output
 temp-testng*.xml
 build/
 .gradle
+.groovy
 *~
-\#*
\ No newline at end of file
+\#*