Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
###############################################################################
* text=auto

###############################################################################
# The protocol definition is hashed, not just read.
#
# protocol.lock.json records a SHA-256 of protocol.json's bytes and the build
# verifies it. Under `* text=auto` a Windows checkout would rewrite the line
# endings and every fresh clone would fail that check, so these two are kept
# byte for byte as committed.
###############################################################################
protocol.json -text
protocol.lock.json -text

###############################################################################
# Media the validation suite plays. Binary; normalising it would corrupt it.
###############################################################################
*.mp4 binary

###############################################################################
# Set default behavior for command prompt diff.
#
Expand Down
Loading
Loading