From 36b9264cc8eedcc6f4d3f8499b3d627e4ffae52b Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Thu, 20 Feb 2020 18:09:35 +0100 Subject: Make an heavy use of Makefile variables --- .gitignore | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f573e80..3abf58b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,25 +11,26 @@ node_modules/ package-lock.json # begin generated files +scripts/tangle-org.el +bootstrap.mk +scripts/export-org.el +org.mk +coq.mk site/style/main.css -site/posts.html +soupault.conf site/news/ColorlessThemes-0.2.html -site/posts/meta/Contents.html -site/posts/meta/Bootstrap.html -site/posts/meta/Soupault.html -site/posts/Thanks.html site/posts/meta.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/Bootstrap.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 -bootstrap.mk -org.mk -coq.mk -scripts/tangle-org.el -scripts/export-org.el +site/posts/StronglySpecifiedFunctionsProgram.html +site/posts/MiniHTTPServer.html # begin generated files -- cgit v1.2.3