2021-05-10 15:27:42 -04:00
|
|
|
# Normalize line endings to auto.
|
|
|
|
* text auto
|
|
|
|
|
2021-07-05 13:11:49 -04:00
|
|
|
# Ensure that line endings for DOS batch files are not modified.
|
|
|
|
*.bat -text
|
|
|
|
|
2021-05-10 15:27:42 -04:00
|
|
|
# Ensure the following are treated as binary.
|
|
|
|
*.cer binary
|
2021-05-12 16:49:25 -04:00
|
|
|
*.graffle binary
|
2021-05-10 15:27:42 -04:00
|
|
|
*.jar binary
|
|
|
|
*.jpeg binary
|
|
|
|
*.jpg binary
|
|
|
|
*.keystore binary
|
2021-05-12 16:49:25 -04:00
|
|
|
*.odg binary
|
|
|
|
*.otg binary
|
2021-05-10 15:27:42 -04:00
|
|
|
*.png binary
|
2021-09-27 16:48:41 -04:00
|
|
|
*.hsx binary
|