Convert svn:ignore properties to .gitignore.

This commit is contained in:
Arjen Poutsma
2013-01-30 14:47:46 +01:00
parent 0e219dd223
commit 1bdbe9d726
26 changed files with 161 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
*.ipr
*.iws
*.iml
target
.clover
activemq-data
*.hsp
atlassian-ide-plugin*.xml
.idea

6
archetype/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

6
core/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

6
samples/airline/client/jms/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

6
samples/airline/server/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

6
samples/echo/client/saaj/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

6
samples/echo/server/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

6
samples/mtom/client/jax-ws/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

6
samples/mtom/server/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

6
samples/pox/server/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

6
samples/stockquote/server/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

6
samples/tutorial/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

6
sandbox/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

6
security/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

6
support/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

6
test/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings

6
xml/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
target
*.iml
.classpath
.project
.settings