Don't normalize line endings in ransomware_targets test data

On Windows, git will normalize the line endings of .txt (and other)
files to crlf instead of lf. This is useful for many files, but the
ransomware_target files need unmodified when they are checked out.

By adding an exception in .gitattributes, the files in
monkey/tests/data_for_tests/ransomware_targets are not modified on
windows.
This commit is contained in:
Mike Salvatore 2021-06-28 19:42:45 -04:00
parent f7f60be632
commit 04b2ac6bd9
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
monkey/tests/data_for_tests/ransomware_targets/** -text