ring/.gitattributes
Brian Smith b50b1fb202 Clean up and fix .gitattributes files.
GitHub is reporting some include files as C++ instead of C, and it is reporting
some .pl files as Perl instead of Assembly. Attempt to fix that.

Remove superfluous entries in ./.gitattributes and consolidate some of the
.gitattributes files into ./.gitattributes.
2020-11-10 20:57:26 -08:00

8 lines
184 B
Plaintext

* text=auto !eol
crypto/**/*.pl linguist-language=Assembly
crypto/perlasm/*.pl linguist-language=Perl
*.bin binary
*.der binary
**/*.h linguist-language=C
**/*.inl linguist-language=C