diff --git a/.gitattributes b/.gitattributes index dbfebad..3e73bab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -32,10 +32,11 @@ *.css linguist-detectable=true *.css linguist-documentation=false *.css linguist-language=CSS -# BitBake source file -*.bb linguist-detectable=true -*.bb linguist-documentation=false -*.bb linguist-language=BitBake +# IronPython source file +*.py linguist-detectable=true +*.py linguist-documentation=false +*.py linguist-language=Python +# *.py linguist-language=IronPython # Not worth it yet # JSON (JavaScript Object Notation) source file *.json linguist-detectable=false *.json linguist-documentation=false @@ -173,7 +174,7 @@ # End of linguist script # File info -# File type: gitattributes file (.gitattributes) -# File version: 2 (2022, Tuesday, August 30th at 2:34 pm PST) -# Line count (including blank lines and compiler line): 180 +# File type: gitattributes file (*.gitattributes) +# File version: 3 (2022, Friday, October 7th at 3:45 pm PST) +# Line count (including blank lines and compiler line): 181 # End of script