Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf57fe1

Browse filesBrowse files
authored
bpo-27425: Add .gitattributes, fix Windows tests (#844)
Mark binary files as binay in .gitattributes to not translate newline characters in Git repositories on Windows.
1 parent ec3a326 commit cf57fe1
Copy full SHA for cf57fe1

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed

‎.gitattributes

Copy file name to clipboard
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*.pck binary
2+
Lib/test/cjkencodings/* binary
3+
Lib/test/decimaltestdata/*.decTest binary
4+
Lib/test/sndhdrdata/sndhdr.* binary
5+
Lib/test/test_email/data/msg_26.txt binary
6+
Lib/test/xmltestdata/* binary
7+
Lib/venv/scripts/nt/* binary
8+
Lib/test/coding20731.py binary

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.