[releng] Ignore Lucene generated index files when doing baseline replace

Change-Id: I4702d75169634eb9d939b212b318d5656258e508
This commit is contained in:
Jonah Graham 2019-06-11 11:46:22 -04:00
parent 7741bd98f7
commit 63b9d17805

View file

@ -765,6 +765,7 @@
<ignoredPatterns>
<pattern>META-INF/ECLIPSE_.RSA</pattern>
<pattern>META-INF/ECLIPSE_.SF</pattern>
<pattern>index/*</pattern>
</ignoredPatterns>
</configuration>
</plugin>