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.
8 lines
184 B
Plaintext
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
|