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 3e73462 Ignore .gitattributes from Apache RAT check (reporting)
3e73462 is described below
commit 3e734625923b0b99cb6944c881db3dde638c881d
Author: Alex Herbert <[email protected]>
AuthorDate: Thu Sep 22 07:40:52 2022 +0100
Ignore .gitattributes from Apache RAT check (reporting)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 14c7f4c..f69f62f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1256,6 +1256,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>