mirror of https://github.com/apache/jclouds.git
Added a default .svnignore file to the archetype. Unfortunately, this does *not* automatically set the svn:ignore property.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2321 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
00df6d2817
commit
294ccfb97b
|
@ -32,5 +32,11 @@
|
|||
<include>**/*.json</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
<fileSet filtered="true" encoding="UTF-8">
|
||||
<directory />
|
||||
<includes>
|
||||
<include>.svnignore</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</archetype-descriptor>
|
|
@ -0,0 +1,7 @@
|
|||
target
|
||||
.settings
|
||||
.classpath
|
||||
.project
|
||||
jclouds-${artifactId}.iml
|
||||
jclouds-${artifactId}.ipr
|
||||
jclouds-${artifactId}.iws
|
Loading…
Reference in New Issue