.gitattributes 264 B

12345678910
  1. # These files are text and should be normalized
  2. *.txt text
  3. *.c text
  4. *.h text
  5. # For git archive
  6. .gitignore export-ignore
  7. .gitattributes export-ignore
  8. .travis.yml export-ignore
  9. .vscode export-ignore