From 1bdbe9d7260fddaf9e63d2469aec4889b6efc289 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 30 Jan 2013 14:47:46 +0100 Subject: [PATCH] Convert svn:ignore properties to .gitignore. --- .gitignore | 11 +++++++++++ archetype/.gitignore | 6 ++++++ core/.gitignore | 6 ++++++ samples/airline/client/axis1/.gitignore | 6 ++++++ samples/airline/client/jax-ws/.gitignore | 6 ++++++ samples/airline/client/jms/.gitignore | 6 ++++++ samples/airline/client/saaj/.gitignore | 6 ++++++ samples/airline/client/spring-ws/.gitignore | 6 ++++++ samples/airline/server/.gitignore | 6 ++++++ samples/echo/client/saaj/.gitignore | 6 ++++++ samples/echo/client/spring-ws/.gitignore | 6 ++++++ samples/echo/server/.gitignore | 6 ++++++ samples/mtom/client/jax-ws/.gitignore | 6 ++++++ samples/mtom/client/spring-ws/.gitignore | 6 ++++++ samples/mtom/server/.gitignore | 6 ++++++ samples/pox/client/spring-ws/.gitignore | 6 ++++++ samples/pox/server/.gitignore | 6 ++++++ samples/stockquote/client/jax-ws/.gitignore | 6 ++++++ samples/stockquote/client/spring-ws/.gitignore | 6 ++++++ samples/stockquote/server/.gitignore | 6 ++++++ samples/tutorial/.gitignore | 6 ++++++ sandbox/.gitignore | 6 ++++++ security/.gitignore | 6 ++++++ support/.gitignore | 6 ++++++ test/.gitignore | 6 ++++++ xml/.gitignore | 6 ++++++ 26 files changed, 161 insertions(+) create mode 100644 .gitignore create mode 100644 archetype/.gitignore create mode 100644 core/.gitignore create mode 100644 samples/airline/client/axis1/.gitignore create mode 100644 samples/airline/client/jax-ws/.gitignore create mode 100644 samples/airline/client/jms/.gitignore create mode 100644 samples/airline/client/saaj/.gitignore create mode 100644 samples/airline/client/spring-ws/.gitignore create mode 100644 samples/airline/server/.gitignore create mode 100644 samples/echo/client/saaj/.gitignore create mode 100644 samples/echo/client/spring-ws/.gitignore create mode 100644 samples/echo/server/.gitignore create mode 100644 samples/mtom/client/jax-ws/.gitignore create mode 100644 samples/mtom/client/spring-ws/.gitignore create mode 100644 samples/mtom/server/.gitignore create mode 100644 samples/pox/client/spring-ws/.gitignore create mode 100644 samples/pox/server/.gitignore create mode 100644 samples/stockquote/client/jax-ws/.gitignore create mode 100644 samples/stockquote/client/spring-ws/.gitignore create mode 100644 samples/stockquote/server/.gitignore create mode 100644 samples/tutorial/.gitignore create mode 100644 sandbox/.gitignore create mode 100644 security/.gitignore create mode 100644 support/.gitignore create mode 100644 test/.gitignore create mode 100644 xml/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..167fa14c --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.ipr +*.iws +*.iml +target +.clover +activemq-data +*.hsp +atlassian-ide-plugin*.xml + +.idea + diff --git a/archetype/.gitignore b/archetype/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/archetype/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/core/.gitignore b/core/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/core/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/airline/client/axis1/.gitignore b/samples/airline/client/axis1/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/airline/client/axis1/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/airline/client/jax-ws/.gitignore b/samples/airline/client/jax-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/airline/client/jax-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/airline/client/jms/.gitignore b/samples/airline/client/jms/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/airline/client/jms/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/airline/client/saaj/.gitignore b/samples/airline/client/saaj/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/airline/client/saaj/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/airline/client/spring-ws/.gitignore b/samples/airline/client/spring-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/airline/client/spring-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/airline/server/.gitignore b/samples/airline/server/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/airline/server/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/echo/client/saaj/.gitignore b/samples/echo/client/saaj/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/echo/client/saaj/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/echo/client/spring-ws/.gitignore b/samples/echo/client/spring-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/echo/client/spring-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/echo/server/.gitignore b/samples/echo/server/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/echo/server/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/mtom/client/jax-ws/.gitignore b/samples/mtom/client/jax-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/mtom/client/jax-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/mtom/client/spring-ws/.gitignore b/samples/mtom/client/spring-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/mtom/client/spring-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/mtom/server/.gitignore b/samples/mtom/server/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/mtom/server/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/pox/client/spring-ws/.gitignore b/samples/pox/client/spring-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/pox/client/spring-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/pox/server/.gitignore b/samples/pox/server/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/pox/server/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/stockquote/client/jax-ws/.gitignore b/samples/stockquote/client/jax-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/stockquote/client/jax-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/stockquote/client/spring-ws/.gitignore b/samples/stockquote/client/spring-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/stockquote/client/spring-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/stockquote/server/.gitignore b/samples/stockquote/server/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/stockquote/server/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/tutorial/.gitignore b/samples/tutorial/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/tutorial/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/sandbox/.gitignore b/sandbox/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/sandbox/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/security/.gitignore b/security/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/security/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/support/.gitignore b/support/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/support/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/xml/.gitignore b/xml/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/xml/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings +