From cc07c37e7a0495235e679988a0eb192c3cea633a Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 29 May 2014 08:52:40 -0400 Subject: [PATCH] Add Eclipse bin/ Directory to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b8cceec8..1b719783 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ application.log application.log* target/ +bin/ log.roo .project .classpath @@ -16,4 +17,4 @@ activemq-data /.gradle -build/ \ No newline at end of file +build/