From 13a6f001113499b16b7ea1bc49c3f4aeb8a5ae7a Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 2 Jul 2010 10:18:09 -0400 Subject: [PATCH] adding .gitignore files --- spring-amqp-core/.gitignore | 2 ++ spring-amqp-parent/.gitignore | 1 + spring-amqp-samples/helloworld/.gitignore | 3 +++ spring-amqp-samples/stocks/.gitignore | 3 +++ spring-otp/.gitignore | 2 ++ spring-rabbit-admin/.gitignore | 2 ++ spring-rabbit/.gitignore | 2 ++ 7 files changed, 15 insertions(+) create mode 100644 spring-amqp-core/.gitignore create mode 100644 spring-amqp-parent/.gitignore create mode 100644 spring-amqp-samples/helloworld/.gitignore create mode 100644 spring-amqp-samples/stocks/.gitignore create mode 100644 spring-otp/.gitignore create mode 100644 spring-rabbit-admin/.gitignore create mode 100644 spring-rabbit/.gitignore diff --git a/spring-amqp-core/.gitignore b/spring-amqp-core/.gitignore new file mode 100644 index 00000000..d242fb45 --- /dev/null +++ b/spring-amqp-core/.gitignore @@ -0,0 +1,2 @@ +target +.springBeans diff --git a/spring-amqp-parent/.gitignore b/spring-amqp-parent/.gitignore new file mode 100644 index 00000000..eb5a316c --- /dev/null +++ b/spring-amqp-parent/.gitignore @@ -0,0 +1 @@ +target diff --git a/spring-amqp-samples/helloworld/.gitignore b/spring-amqp-samples/helloworld/.gitignore new file mode 100644 index 00000000..1beb4593 --- /dev/null +++ b/spring-amqp-samples/helloworld/.gitignore @@ -0,0 +1,3 @@ +target +.settings +.springBeans diff --git a/spring-amqp-samples/stocks/.gitignore b/spring-amqp-samples/stocks/.gitignore new file mode 100644 index 00000000..1beb4593 --- /dev/null +++ b/spring-amqp-samples/stocks/.gitignore @@ -0,0 +1,3 @@ +target +.settings +.springBeans diff --git a/spring-otp/.gitignore b/spring-otp/.gitignore new file mode 100644 index 00000000..d242fb45 --- /dev/null +++ b/spring-otp/.gitignore @@ -0,0 +1,2 @@ +target +.springBeans diff --git a/spring-rabbit-admin/.gitignore b/spring-rabbit-admin/.gitignore new file mode 100644 index 00000000..d242fb45 --- /dev/null +++ b/spring-rabbit-admin/.gitignore @@ -0,0 +1,2 @@ +target +.springBeans diff --git a/spring-rabbit/.gitignore b/spring-rabbit/.gitignore new file mode 100644 index 00000000..d242fb45 --- /dev/null +++ b/spring-rabbit/.gitignore @@ -0,0 +1,2 @@ +target +.springBeans