You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2014/01/15 08:30:32 UTC

git commit: Excludes shell scripts

Updated Branches:
  refs/heads/master d71f9b70f -> f62ea507f


Excludes shell scripts


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

Branch: refs/heads/master
Commit: f62ea507f8c968a85e84f2c4d1b207d7d3e23877
Parents: d71f9b7
Author: Lukasz Lenart <lu...@apache.org>
Authored: Wed Jan 15 08:29:43 2014 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Wed Jan 15 08:30:21 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/struts/blob/f62ea507/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 6f85565..8caa4ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,9 @@
 *.ipr
 *.iws
 
+# Scripts
+*.sh
+
 # Maven
 core/target
 xwork-core/target