summaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* Mark keywords.{c,h} as linguist-generated in .gitattributesPaul "LeoNerd" Evans2021-12-161-0/+2
|
* Mark scripts, modules and tests as linguist-language=PerlDagfinn Ilmari Mannsåker2021-12-031-0/+3
| | | | Otherwise GitHub thinks some of them are Raku or Prolog.
* Give files autogenerated by regen/opcode.pl the linguist-generated attribute ↵Paul "LeoNerd" Evans2021-12-031-0/+4
| | | | so github hides diffs
* Add .gitattributes to tell github to treat perly.{act,h,tab} as generated filesPaul "LeoNerd" Evans2021-09-281-0/+3
|
* add git commit info into archive exports to allow building outside gitGraham Knop2019-10-231-0/+1
Normally, builds require either a .patch file or to be built out of git when not a proper release. We can use git attributes to make a file that will give partial information about the commit when an archive is created. This allows downloads from github to build.