Skip to content

Commit 3cd9ef0

Browse files
committed
Fix .gitattributes after restructuring
1 parent 49e18cb commit 3cd9ef0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
*.ps1 text
1515

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

2020
# Declare files that will always have CRLF line endings on checkout.
2121
*.bat text eol=crlf

src/core/IronPython.StdLib/.gitattributes

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
*.zip binary
1919

2020
# Specific binary files
21-
Lib/test/sndhdrdata/sndhdr.* binary
21+
lib/test/sndhdrdata/sndhdr.* binary
2222

2323
# Text files that should not be subject to eol conversion
24-
Lib/test/cjkencodings/* -text
25-
Lib/test/decimaltestdata/*.decTest -text
26-
Lib/test/test_email/data/*.txt -text
27-
Lib/test/xmltestdata/* -text
28-
Lib/test/coding20731.py -text
29-
Lib/test/test_importlib/data01/* -text
24+
lib/test/cjkencodings/* -text
25+
lib/test/decimaltestdata/*.decTest -text
26+
lib/test/test_email/data/*.txt -text
27+
lib/test/xmltestdata/* -text
28+
lib/test/coding20731.py -text
29+
lib/test/test_importlib/data01/* -text
3030

3131
# CRLF files
3232
*.bat text eol=crlf

0 commit comments

Comments
 (0)