From ae189bec804dbb43ab095d038240fe21f79a7705 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 26 Jul 2021 08:01:14 -0400 Subject: [PATCH] Mark src/auto/* as generated --- rust-bindings/rust/src/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 rust-bindings/rust/src/.gitattributes diff --git a/rust-bindings/rust/src/.gitattributes b/rust-bindings/rust/src/.gitattributes new file mode 100644 index 00000000..5b781ce7 --- /dev/null +++ b/rust-bindings/rust/src/.gitattributes @@ -0,0 +1 @@ +auto/** linguist-generated=true