You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by ms...@apache.org on 2014/06/02 09:14:34 UTC

git commit: Added a .gitignore file that causes the build output as well as some common IDE-specific files to be ignored.

Repository: portals-pluto
Updated Branches:
  refs/heads/master 21e6825b6 -> f1f15571f


Added a .gitignore file that causes the build output as well as some common IDE-specific files to be ignored.


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

Branch: refs/heads/master
Commit: f1f15571f9df8caa46f91e4710b6a3f2597c8a8d
Parents: 21e6825
Author: Scott Nicklous <Sc...@de.ibm.com>
Authored: Mon Jun 2 08:49:19 2014 +0200
Committer: Scott Nicklous <Sc...@de.ibm.com>
Committed: Mon Jun 2 08:49:19 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/f1f15571/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b55431f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+.classpath
+.project
+.settings
+target
+rebel.xml
+*.sh
+.idea/*
+*.iml
+faces-config.pageflow
+*.bak
+*.bak[0-9]
+.svn
+branches
+tags
+*.dir