commit aaedd13bc9efbca4521b86fb911be2d692e23b31 parent 28226564b1806cf7c99a7463203e81701e9b01d4 Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Thu, 14 May 2020 16:18:32 +0000 refactor: update README disclaimer, add gitignore feature: gitignore for make results hehe Diffstat:
| A | .gitignore | | | 4 | ++++ |
| M | README | | | 2 | ++ |
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1,4 @@ +stagit +stagit-index +*.o +.DS_Store diff --git a/README b/README @@ -5,6 +5,8 @@ static git page generator. It generates static HTML pages for a git repository. +This is a fork of codemadness' stagit http://git.codemadness.org/stagit/ + Usage -----