Skip to content

Commit

Permalink
Prevent git from adding CR to certain test artifacts (#958)
Browse files Browse the repository at this point in the history
The checksum of these files needs to remain unchanged, and autocrlf
conversion would break some of the tests.
  • Loading branch information
cottsay authored May 3, 2024
1 parent 70119e1 commit 4acfccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/source/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.rdmanifest text eol=lf

0 comments on commit 4acfccc

Please sign in to comment.