From 95f85480de7eec5ba26fd54b7d8994f09e550225 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 2 Feb 2021 09:40:22 +0300 Subject: site: remove generated files I will be publishing the website through post-receive hooks so that every minor change doesn't generate thousands of lines of git logs. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4dbe29f..167d057 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ /.cache/ +/news/index.org +/news/news.org +/news/latest-news.org +/blog/index.org +/blog/rss.org +/docs/ -- cgit v1.2.3