From 2b78fd32196a5193dd1932c06d89aeb004f84afd Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Wed, 19 Feb 2020 10:58:12 +0100 Subject: Initiate a literate programming approach for the Makefile rules --- .gitignore | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d03deed..6472c52 100644 --- a/.gitignore +++ b/.gitignore @@ -11,17 +11,20 @@ node_modules/ package-lock.json # begin generated files -site/posts.html +site/style/main.css site/news/ColorlessThemes-0.2.html -site/posts/Thanks.html -site/posts/SoupaultConfiguration.html -site/posts/DiscoveringCommonLisp.html site/posts/ExtensibleTypeSafeErrorHandling.html +site/posts/DiscoveringCommonLisp.html site/posts/MonadTransformers.html -site/posts/StronglySpecifiedFunctionsProgram.html -site/posts/MiniHTTPServer.html -site/posts/StronglySpecifiedFunctions.html +site/posts/meta/Soupault.html +site/posts/meta/Contents.html +site/posts/Thanks.html +site/posts.html site/posts/RewritingInCoq.html +site/posts/StronglySpecifiedFunctions.html site/posts/Ltac101.html -site/style/main.css +site/posts/StronglySpecifiedFunctionsProgram.html +site/posts/MiniHTTPServer.html +org.mk +coq.mk # begin generated files -- cgit v1.2.3