Skip to content

Commit

Permalink
Clean up and fix .gitattributes files.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
briansmith committed Nov 11, 2020
1 parent 391e323 commit b50b1fb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
11 changes: 4 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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 change: 0 additions & 1 deletion crypto/.gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion crypto/fipsmodule/.gitattributes

This file was deleted.

2 changes: 0 additions & 2 deletions crypto/perlasm/.gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion include/GFp/.gitattributes

This file was deleted.

0 comments on commit b50b1fb

Please sign in to comment.