From a37bda71270f3d35d35f283c7f3614196b7c402f Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 2 Jul 2010 10:18:09 -0400 Subject: [PATCH] adding .gitignore files --- helloworld/.gitignore | 3 +++ stocks/.gitignore | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 helloworld/.gitignore create mode 100644 stocks/.gitignore diff --git a/helloworld/.gitignore b/helloworld/.gitignore new file mode 100644 index 0000000..1beb459 --- /dev/null +++ b/helloworld/.gitignore @@ -0,0 +1,3 @@ +target +.settings +.springBeans diff --git a/stocks/.gitignore b/stocks/.gitignore new file mode 100644 index 0000000..1beb459 --- /dev/null +++ b/stocks/.gitignore @@ -0,0 +1,3 @@ +target +.settings +.springBeans