Exclude IntelliJ Idea and Eclipse file from the rat configuration

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1368214 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Baptiste Onofre 2012-08-01 19:39:36 +00:00
parent a529a2bec2
commit e352f3edd3
1 changed files with 6 additions and 0 deletions

View File

@ -768,6 +768,12 @@
<exclude>*.sh</exclude>
<exclude>.git/**</exclude>
<exclude>build-number.txt</exclude>
<!-- IntelliJ IDEA files -->
<exclude>.idea/**</exclude>
<!-- Eclipse files -->
<exclude>.project</exclude>
<exclude>.classpath</exclude>
<exclude>.settings</exclude>
</excludes>
</configuration>
<executions>