Add tmp exclude for rat (#10927)

This commit is contained in:
Albumen Kevin 2022-11-12 23:28:27 +08:00 committed by GitHub
parent 75504e6f80
commit 32c7674681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -674,6 +674,7 @@
<exclude>**/*.bat</exclude>
<exclude>**/*.md</exclude>
<exclude>.git/</exclude>
<exclude>.tmp/</exclude>
<exclude>.gitignore</exclude>
<!-- ASF jenkins box puts the Maven repo in our root directory. -->
<exclude>.repository/</exclude>