This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new b9f6660bea Build/Release: use RAT collection for ignore file patterns
(#15174)
b9f6660bea is described below
commit b9f6660bea16668e6e12c047446ba35269ec1a59
Author: Kevin Liu <[email protected]>
AuthorDate: Wed Jan 28 23:21:17 2026 -0500
Build/Release: use RAT collection for ignore file patterns (#15174)
---
dev/.rat-excludes | 5 -----
dev/check-license | 1 +
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev/.rat-excludes b/dev/.rat-excludes
index 8d38fc62cc..4c02a40f04 100644
--- a/dev/.rat-excludes
+++ b/dev/.rat-excludes
@@ -6,10 +6,7 @@ iceberg-build.properties
books.json
new-books.json
**/build/**
-.gitignore
-.git/**
.gradle/**
-.idea/**
dev/.rat-excludes
**/LICENSE
**/NOTICE
@@ -18,8 +15,6 @@ gradlew
examples/**
gradle/**
**/*.sql
-**/*.iml
-**/*.iws
**/*.html
**/*.css
**/*.js
diff --git a/dev/check-license b/dev/check-license
index c29be7c4bd..b8bbbc96a4 100755
--- a/dev/check-license
+++ b/dev/check-license
@@ -69,6 +69,7 @@ mkdir -p "$FWDIR"/lib
$java_cmd -jar "$rat_jar" \
--input-exclude-file "$FWDIR"/dev/.rat-excludes \
+ --input-exclude-std GIT IDEA MAC -- \
--input-include-std HIDDEN_DIR \
--output-style missing-headers \
--log-level ERROR \