From 2cb06be136dfb345807fd8a6c6bf79d5d78e48e0 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Tue, 10 May 2022 17:21:50 +0200 Subject: Compile with GHC proper without cabal --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c33954f..43a1d1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ dist-newstyle/ +*.hi +*.o +*.dyn_hi +*.dyn_o -- cgit v1.2.3-54-g00ecf