This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 14c5c1d Ignore .gitattributes from Apache RAT check
14c5c1d is described below
commit 14c5c1d73bd5136b63e9c8e6d3ceddaa52776fb4
Author: Alex Herbert <[email protected]>
AuthorDate: Thu Sep 22 07:32:48 2022 +0100
Ignore .gitattributes from Apache RAT check
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 6e1b07e..14c7f4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1072,6 +1072,7 @@
<exclude>.fbprefs</exclude>
<exclude>.pmd</exclude>
<exclude>.asf.yaml</exclude>
+ <exclude>.gitattributes</exclude>
<exclude>src/site/resources/download_*.cgi</exclude>
<exclude>src/site/resources/profile.*</exclude>
<exclude>profile.*</exclude>