Skip to content

Commit 3b83789

Browse files
authored
.gitignore: Fix ACTUAL.txt -> ACTUAL.TXT (#73)
text-ui-test/runtest.bat|sh scripts generate a file ACTUAL.TXT. However, .gitignore uses ACTUAL.txt, which means the generated file will not be ignored by Git on non-Windows OS. Let's update .gitignore as ACTUAL.txt -> ACTUAL.TXT
1 parent e698798 commit 3b83789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ src/main/resources/docs/
1313
*.iml
1414
bin/
1515

16-
/text-ui-test/ACTUAL.txt
16+
/text-ui-test/ACTUAL.TXT
1717
text-ui-test/EXPECTED-UNIX.TXT

0 commit comments

Comments
 (0)