summaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* .gitattributes: pin *.fnc files as plaintextElvin Aslanov2023-02-081-0/+1
| | | | Otherwise *.fnc file are being displayed as PostgreSQL in GitHub Linguist stats Of which there's 0.5 % in total repository-wise
* Override *.h files as C with LinguistElvin Aslanov2023-01-151-0/+1
| | | | | GitHub classifies 23 files as C++ for some reason. https://github.com/Perl/perl5/search?q=language%3AC%2B%2B&type=code I believe Perl doesn't contain C++ code, and C++ headers can have a distinguishable .hh, .hpp, .hxx, and .h++ extensions.
* Add proto.h as linguist-generated to .gitattributesPaul "LeoNerd" Evans2022-12-161-0/+1
|
* Mark files generated by unicode as linguist-generatedPaul "LeoNerd" Evans2022-02-181-0/+4
|
* Mark feature.h and lib/feature.pm as generatedDagfinn Ilmari Mannsåker2022-02-141-0/+2
|
* Mark lib/warnings.pm and warnings.h as generatedDagfinn Ilmari Mannsåker2022-02-071-0/+2
|
* embedvar.h is a generated filePaul "LeoNerd" Evans2022-02-031-0/+1
|
* 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.