• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Manage line endings, info from GitHub
2# Set default behaviour, in case users don't have core.autocrlf set.
3* text=auto
4
5# Denote all files that are truly binary and should not be modified.
6*.png binary
7*.jpg binary
8*.jar binary
9*.dat binary
10*.zip binary
11*.tar binary
12*.gz binary
13