git: add .gitattributes file ignoring assets/ during archiving

We don't need to archive assets/ subdir when packaging libbpf sources in
retsnoop and veristat repos. Mark assets/ as export-ignore to skip it.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
Andrii Nakryiko
2023-04-01 15:34:35 -07:00
committed by Andrii Nakryiko
parent 3783577161
commit d9d17f6d71

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
assets/ export-ignore