.gitattributes 312 B

123456789
  1. # Mark python files as text ending with lf
  2. *.py text eol=lf
  3. # Mark test outputs as non-text, to prevent line-ending normalization
  4. /test/**/*.expect -text
  5. /test/**/*.trans -text
  6. /test/**/*.py.symtab -text
  7. /test/**/*.py.real -text
  8. /test/**/*.py.real.alt -text