Update .gitattributes

Mark *.spec as text, instead of the auto-detected python
This commit is contained in:
2024-09-15 23:43:13 -04:00
committed by GitHub
parent 4d457804a2
commit cc276a64db

2
.gitattributes vendored
View File

@@ -1,4 +1,4 @@
**/*.spec -linguist-detectable
**/*.spec -linguist-detectable linguist-language=Text
src/fileio/gzstream/** linguist-vendored
src/fileio/xml-parser/** linguist-vendored
src/fileio/xml-parser/tinyprint.* -linguist-vendored