mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-24 18:29:06 +08:00
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:
committed by
Andrii Nakryiko
parent
532293bdf4
commit
3f591a6610
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1 +1 @@
|
||||
assets/ export-ignore
|
||||
assets/** export-ignore
|
||||
|
||||
Reference in New Issue
Block a user