ruby/.gitattributes
Alan Wu 9e31d29e0e Tell GitHub that *.inc.rs files are generated
... and rename hir_type_generated.rs so it gets picked up by the
glob.

This mostly changes how GitHub renders diffs for generated files on
the web interface.

See: https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github
2025-04-18 21:52:59 +09:00

9 lines
235 B
Text

*.gemspec diff=ruby
*.rb diff=ruby
*.inc.rs linguist-generated=true
bin svn-properties=svn:ignore=ruby
bin/* diff=ruby
tool/update-deps diff=ruby
tool/make-snapshot diff=ruby
tool/format-release diff=ruby
tool/leaked-globals diff=ruby