19 lines
371 B
Plaintext
19 lines
371 B
Plaintext
# Normalize line endings to auto.
|
|
* text auto
|
|
|
|
# Ensure that line endings for DOS batch files are not modified.
|
|
*.bat -text
|
|
|
|
# Ensure the following are treated as binary.
|
|
*.cer binary
|
|
*.graffle binary
|
|
*.jar binary
|
|
*.jpeg binary
|
|
*.jpg binary
|
|
*.keystore binary
|
|
*.odg binary
|
|
*.otg binary
|
|
*.png binary
|
|
*.hsx binary
|
|
*.serialized binary
|