.gitattributes 222 B

123456789
  1. # Text files use LF line endings in this repository
  2. * text=auto
  3. # Except the dependencies, which we leave alone
  4. Godeps/** -text=auto
  5. # Diffs on these files are meaningless
  6. gui.files.go -diff
  7. *.svg -diff