Skip to content

Commit 24dab77

Browse files
authored
Use Unix-style line endings. (junit-team#1405)
1 parent 6f68556 commit 24dab77

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.gitattributes

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
* text eol=lf
2+
*.gif binary
3+
*.GIF binary
4+
*.jar binary
5+
*.png binary
6+
*.svg text eol=lf
7+
8+
# These files do not have unix line endings. Do not normalize them for now.
9+
# Will fix these right before we cut JUnit 4.13.
10+
/src/main/java/org/junit/experimental/categories/CategoryFilterFactory.java -text
11+
/src/main/java/org/junit/experimental/categories/ExcludeCategories.java -text
12+
/src/main/java/org/junit/experimental/categories/IncludeCategories.java -text
13+
/src/main/java/org/junit/internal/Classes.java -text
14+
/src/main/java/org/junit/runner/FilterFactories.java -text
15+
/src/main/java/org/junit/runner/FilterFactory.java -text
16+
/src/main/java/org/junit/runner/FilterFactoryParams.java -text
17+
/src/main/java/org/junit/runner/JUnitCommandLineParseResult.java -text
18+
/src/test/java/org/junit/experimental/categories/CategoryFilterFactoryTest.java -text
19+
/src/test/java/org/junit/runner/FilterFactoriesTest.java -text
20+
/src/test/java/org/junit/runner/JUnitCommandLineParseResultTest.java -text

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ MaxCore.max
1010
*.iws
1111
out
1212
java.hprof.txt
13-
.gitattributes

0 commit comments

Comments
 (0)