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.
This commit is contained in:
Brian Smith 2020-11-10 19:29:40 -08:00
parent 391e323c62
commit b50b1fb202
5 changed files with 4 additions and 12 deletions

11
.gitattributes vendored
View File

@ -1,10 +1,7 @@
* text=auto !eol
*.sln eol=crlf
*.vcxproj eol=crlf
*.vcxproj.filters eol=crlf
*.props eol=crlf
*.bat eol=crlf
*.rc eol=crlf
*.pl linguist-language=Assembly
crypto/**/*.pl linguist-language=Assembly
crypto/perlasm/*.pl linguist-language=Perl
*.bin binary
*.der binary
**/*.h linguist-language=C
**/*.inl linguist-language=C

View File

@ -1 +0,0 @@
*.h linguist-language=C

View File

@ -1 +0,0 @@
*.inl linguist-language=C

View File

@ -1,2 +0,0 @@
*.pl linguist-language=Perl

View File

@ -1 +0,0 @@
*.h linguist-language=C