Skip to content

Commit

Permalink
.gitignore: Fix ACTUAL.txt -> ACTUAL.TXT (#73)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
seanleong339 authored Dec 29, 2022
1 parent e698798 commit 3b83789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ src/main/resources/docs/
*.iml
bin/

/text-ui-test/ACTUAL.txt
/text-ui-test/ACTUAL.TXT
text-ui-test/EXPECTED-UNIX.TXT

0 comments on commit 3b83789

Please sign in to comment.