ignore .indexer in repository scanning processing

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1234819 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-01-23 14:32:14 +00:00
parent 84ba632bd1
commit 83af0d05d5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public interface RepositoryScanner
public static final String[] IGNORABLE_CONTENT =
{ "bin/**", "reports/**", ".index", ".reports/**", ".maven/**", "**/.svn/**", "**/*snapshot-version",
"*/website/**", "*/licences/**", "**/.htaccess", "**/*.html", "**/*.txt", "**/README*", "**/CHANGELOG*",
"**/KEYS*" };
"**/KEYS*", ".indexer" };
/**
* Scan the repository for content changes.