This is an automated email from the ASF dual-hosted git repository.

dsmiley pushed a commit to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git

commit ee168ebd6e21d8c7f8b2b3e67f40b39e082f1637
Author: David Smiley <[email protected]>
AuthorDate: Sat Jul 4 01:09:42 2026 -0400

    Exclude some files from the source release. (#4551)
    
    Avoids ASF license header requirements.
    /.*
    /dev-docs
    AGENTS.md
    
    (cherry picked from commit dd5dc65d45145941a3eebdd3cbf67021dcf514ff)
---
 .gitattributes | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitattributes b/.gitattributes
index 4ddab1fe0ae..569be426630 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,3 +4,8 @@ versions.lock text eol=lf
 
 # Gradle files are always in LF.
 *.gradle          text eol=lf
+
+# Exclude from source release tarball (git archive).  Avoids ASF license 
header requirements.
+/.*               export-ignore
+/dev-docs         export-ignore
+AGENTS.md         export-ignore

Reply via email to