From 0ed0439d53523c3035ac7736c86aa70a462d41ad Mon Sep 17 00:00:00 2001 From: "Sean P. Myrick V19.1.7.2" Date: Fri, 16 Dec 2022 14:06:04 -0800 Subject: [PATCH] .gitattributes [V5] Version 5 of the gitattributes file for this project. --- .gitattributes | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 10cc239..4dcc2ed 100644 --- a/.gitattributes +++ b/.gitattributes @@ -32,6 +32,18 @@ *.css linguist-detectable=true *.css linguist-documentation=false *.css linguist-language=CSS +# C source file +*.c linguist-detectable=true +*.c linguist-documentation=false +*.c linguist-language=C +# C header source file +*.h linguist-detectable=true +*.h linguist-documentation=false +*.h linguist-language=C +# Assembly source file +*.asm linguist-detectable=true +*.asm linguist-documentation=false +*.asm linguist-language=Assembly # Less stylesheet file *.less linguist-detectable=true *.less linguist-documentation=false @@ -161,10 +173,12 @@ *.gif linguist-detectable=false *.gif linguist-documentation=false *.gif linguist-language=GIF + # End of linguist script # File info -# File type: gitattributes file (.gitattributes) -# File version: 4 (2022, Tuesday, June 28th at 2:32 pm PST) -# Line count (including blank lines and compiler line): 171 +# File type: gitattributes file (*.gitattributes) +# File version: 5 (2022, Friday, December 16th at 2:06 pm PST) +# Line count (including blank lines and compiler line): 185 + # End of script