0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00
libsignal/.gitattributes
Alex Konradi 89795fa2a9
Update .gitattributes and .gitignore
Treat .binproto and .binproto.encrypted files in all directories, as binary, 
not just the root.
2024-03-18 13:00:31 -04:00

8 lines
276 B
Plaintext

# Prevent auto-merging of generated acknowledgment files
acknowledgments/acknowledgments.* -merge -text
acknowledgments/acknowledgments.*.hbs merge text=auto
# Treat encrypted and unencrypted message backup files as binary
**/*.binproto binary
**/*.binproto.encrypted binary