HBASE-5524 Add a couple of more filters to our rat exclusion set

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1297277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-03-05 23:10:04 +00:00
parent 44e348ea1b
commit debdfb7f22
1 changed files with 2 additions and 0 deletions

View File

@ -503,6 +503,8 @@
<excludes> <excludes>
<exclude>**/.*</exclude> <exclude>**/.*</exclude>
<exclude>**/*.tgz</exclude> <exclude>**/*.tgz</exclude>
<exclude>**/*.orig</exclude>
<exclude>**/test/**</exclude>
<exclude>**/8e8ab58dcf39412da19833fcd8f687ac</exclude> <exclude>**/8e8ab58dcf39412da19833fcd8f687ac</exclude>
<exclude>**/.git/**</exclude> <exclude>**/.git/**</exclude>
<exclude>**/target/**</exclude> <exclude>**/target/**</exclude>