From f693f62d9442d3784c75727b32278ad3b352c423 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Fri, 15 Nov 2019 09:46:26 -0500 Subject: [PATCH] gitignore: Add files generated by GHC build system --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 73e9d7d..fe092d1 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,7 @@ cabal.project.local cabal.project.local~ .HTF/ .ghc.environment.* + +# GHC +GNUmakefile +ghc.mk -- GitLab