From 41cfc961e4976818178d75c8c495e930bdbff680 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 5 Dec 2023 13:30:54 -0800 Subject: [PATCH] gitattributes: Add linguist-generated locations (#6004) --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index ae2ea0e057..483e5c1a91 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,8 @@ *.json text eol=lf *.md text eol=lf *.xml text eol=lf + +# Generated files +hal/src/generated/** linguist-generated +ntcore/src/generated/** linguist-generated +wpimath/src/generated/** linguist-generated