mirror of
https://github.com/audacity/audacity.git
synced 2025-12-28 14:52:08 +00:00
15 lines
270 B
Plaintext
15 lines
270 B
Plaintext
# Normalize line endings of all files that Git considers to be text
|
|
* text eol=lf
|
|
#except images and sounds
|
|
*.png -text
|
|
*.gif -text
|
|
*.jpg -text
|
|
*.icns -text
|
|
*.wav -text
|
|
*.au -text
|
|
*.ico -text
|
|
# and weird stuff in lib-src
|
|
*.ttl text=auto
|
|
*.aps text=auto
|
|
*.trig text=auto
|