summaryrefslogtreecommitdiff
path: root/.gitattributes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .gitattributes: fix typoDaniel Nagy2023-05-011-1/+1
|
* chickenPackages_5: Remove ocaml dependency, switch to TOMLKonstantin Astafurov2023-04-041-0/+1
|
* sapling: simplify dependency generation scriptDaniel Nagy2022-11-241-0/+1
|
* gitattributes: disable merge=union in all-packagesMatthew Justin Bauer2018-03-271-1/+1
| | | This would lead to some merge issues occasionally.
* .gitattributes: merge=union for all-packages.nixMatthew Justin Bauer2018-03-221-0/+3
| | | also module-list.nix
* Add .gitattributes fileMatthew Bauer2018-02-231-0/+13
This adds the .gitattributes file to the tree. I’ve added two attributes: linguist-generated, and linguist-documentation. GitHub’s Linguist will follow this when calculating our language stats as well as in other cases like commit diffs. Any additional attributes or other generated files are welcome to be added!