.gitattributes 597 B

1234567891011121314151617
  1. # Set the default behavior, in case people don't have core.autocrlf set.
  2. * text=auto
  3. # Explicitly declare text files you want to always be normalized and converted
  4. # to native line endings on checkout.
  5. *.c text
  6. *.h text
  7. # Denote all files that are truly binary and should not be modified.
  8. *.png binary
  9. *.jpg binary
  10. # Override classification for *.txt files, so they are highlighted as adblock files.
  11. # By default, Adblock language doesn't show up in the repository's language statistics,
  12. # but adding "linguist-detectable" will resolve this.
  13. *.txt linguist-language=AdBlock linguist-detectable