audacity/.gitattributes
2025-08-22 14:51:42 +02:00

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