Skip to content

Commit

Permalink
Fix .gitattributes after restructuring (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
BCSharp authored Jan 28, 2025
1 parent 0e4b0af commit 742acf9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
*.ps1 text

# Explicitly declare files that should not have line endings modified, ever
Tests/file_with_BOM.txt -text
Tests/file_without_BOM.txt -text
tests/suite/file_with_BOM.txt -text
tests/suite/file_without_BOM.txt -text

# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf
Expand Down
14 changes: 7 additions & 7 deletions src/core/IronPython.StdLib/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
*.zip binary

# Specific binary files
Lib/test/sndhdrdata/sndhdr.* binary
lib/test/sndhdrdata/sndhdr.* binary

# Text files that should not be subject to eol conversion
Lib/test/cjkencodings/* -text
Lib/test/decimaltestdata/*.decTest -text
Lib/test/test_email/data/*.txt -text
Lib/test/xmltestdata/* -text
Lib/test/coding20731.py -text
Lib/test/test_importlib/data01/* -text
lib/test/cjkencodings/* -text
lib/test/decimaltestdata/*.decTest -text
lib/test/test_email/data/*.txt -text
lib/test/xmltestdata/* -text
lib/test/coding20731.py -text
lib/test/test_importlib/data01/* -text

# CRLF files
*.bat text eol=crlf
Expand Down

0 comments on commit 742acf9

Please sign in to comment.