From c40a215ced20c814f346cffb8894aaae124c72c6 Mon Sep 17 00:00:00 2001 From: Alessandro Gario Date: Sun, 18 Feb 2024 21:39:08 +0100 Subject: [PATCH] cargo: Update the list of files that are excluded from the package --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index cef114a..f9eacaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,3 +17,8 @@ homepage = "https://github.com/alessandrogario" repository = "https://github.com/alessandrogario/btfparse/" keywords = ["bpf", "btf"] categories = ["development-tools"] + +exclude = [ + ".gitignore", + ".github/*" +]