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:
parent
391e323c62
commit
b50b1fb202
11
.gitattributes
vendored
11
.gitattributes
vendored
@ -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
|
||||
|
1
crypto/.gitattributes
vendored
1
crypto/.gitattributes
vendored
@ -1 +0,0 @@
|
||||
*.h linguist-language=C
|
1
crypto/fipsmodule/.gitattributes
vendored
1
crypto/fipsmodule/.gitattributes
vendored
@ -1 +0,0 @@
|
||||
*.inl linguist-language=C
|
2
crypto/perlasm/.gitattributes
vendored
2
crypto/perlasm/.gitattributes
vendored
@ -1,2 +0,0 @@
|
||||
*.pl linguist-language=Perl
|
||||
|
1
include/GFp/.gitattributes
vendored
1
include/GFp/.gitattributes
vendored
@ -1 +0,0 @@
|
||||
*.h linguist-language=C
|
Loading…
x
Reference in New Issue
Block a user