diff options
author | Christian Hesse <mail@eworm.de> | 2022-12-30 23:22:17 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-01-02 23:49:26 +0100 |
commit | b730264d80d880557cb64d3108ddafde2dd93fe4 (patch) | |
tree | b02014a7a72626067a032481a486084892f36297 | |
parent | d1caf2bf106f701ebd9e7dd7eed2f2400450854a (diff) |
.gitignore: add comments
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +# backup and temporary files *~ + +# patches *.patch + +# html files (as generated from markdown) *.html |