summaryrefslogtreecommitdiff
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-21README: update copyright lineDanny Holman1-0/+6
Update the copyright year and contact email in the README file. Signed-off-by: Danny Holman <dholman@gymli.org>
2021-08-30git: stop ignoring assembly filesDanny Holman1-1/+36
Remove the '*.s' line from .gitignore. There are important assembler files that should be in a distribution. Signed-off-by: Danny Holman <dholman@gymli.xyz>