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

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


The following commit(s) were added to refs/heads/main by this push:
     new dd5dc65d451 Exclude some files from the source release. (#4551)
dd5dc65d451 is described below

commit dd5dc65d45145941a3eebdd3cbf67021dcf514ff
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
---
 .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