You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
396 B

  1. # Path-based git attributes
  2. # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
  3. # Ignore all test and documentation with "export-ignore".
  4. /.gitattributes export-ignore
  5. /.gitignore export-ignore
  6. /.travis.yml export-ignore
  7. /.editorconfig export-ignore
  8. /.github export-ignore
  9. /Makefile export-ignore
  10. /CHANGELOG.md export-ignore