summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: e2562c8388f4f26970b9bf56d1ad3d25e26e582d (plain)
1
2
3
4
5
6
7
8
9
10
# This ensures that all files that git considers to be text will have
# normalized (LF) line endings in the repository
* text=auto

# Make sure those files will not be modified
*.png binary
*.jpg binary
*.jpeg binary
*.tbn binary
*.gif binary