git: make .gitattributes compatible with git-archive-all action

As reported by Quentin, using Github Action to archive all submodules
(e.g., for retsnoop release packaging) is impacted by it not supporting
"<glob>/" pattern in .gitattributes. Use "<glob>/**" instead.

  [0] https://github.com/anakryiko/retsnoop/pull/42#issuecomment-1560797837

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
Andrii Nakryiko
2023-05-24 11:53:46 -07:00
committed by Andrii Nakryiko
parent 532293bdf4
commit 3f591a6610

2
.gitattributes vendored
View File

@@ -1 +1 @@
assets/ export-ignore
assets/** export-ignore