Remove bin/ from .gitignore so that it does not clash with <some example>/src/main/example/bin
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/280dae0e Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/280dae0e Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/280dae0e Branch: refs/heads/0.4.0 Commit: 280dae0e95c41a275130d4be4b4a22eeddf72b70 Parents: e3166be Author: Cosmin Dumitrache <[email protected]> Authored: Wed May 23 17:28:51 2012 +0100 Committer: Cosmin Dumitrache <[email protected]> Committed: Tue May 29 13:23:49 2012 +0100 ---------------------------------------------------------------------- .gitignore | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/280dae0e/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 29b07f2..8ea35a0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ *.class -bin/ target/ test-output/
