You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:30:43 UTC

[03/27] brooklyn git commit: Added .gitignore for Brooklyn

Added .gitignore for Brooklyn


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

Branch: refs/heads/0.4.0
Commit: 1088058baedb65be52bf9af5b9377faa34a49332
Parents: f7bd6d6
Author: Andrew Donald Kennedy <gr...@apache.org>
Authored: Thu Jun 16 00:06:59 2011 +0100
Committer: Andrew Donald Kennedy <gr...@apache.org>
Committed: Thu Jun 16 00:09:01 2011 +0100

----------------------------------------------------------------------
 .gitignore | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn/blob/1088058b/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index cdfdfde..b4e55be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,9 @@
 \#*\#
 *~
 .DS_Store
-
 *.class
-
-bin
-target
+bin/
+target/
+.project
+.classpath
+.settings/