From 81a5c36bc9a004b3220c5f30a9cbd3a320b50631 Mon Sep 17 00:00:00 2001 From: Joseph Gilley Date: Wed, 3 Aug 2022 17:52:13 -0700 Subject: [PATCH] chore: add linguist hint for C and header files --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 4481e61..b679d47 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ # treat C source and header files as binary as they are script managed -*.c binary -*.h binary +*.c binary linguist-generated +*.h binary linguist-generated