From a32138804d413156d3e99e08971fe3a1bf411ca8 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Tue, 15 Dec 2020 21:07:27 -0800 Subject: [PATCH] .gitattributes: Mark Niv and crate2nix files as generated --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..af06eb0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/Cargo.nix linguist-generated +/nix/* liguist-generated