From f503cca6e54b7d2cdbafc82f2977b387b45f4959 Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Thu, 15 Aug 2019 15:34:11 +0300 Subject: [PATCH] Update .gitignore Remove legacy haskellisms and add some new items. --- .gitignore | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 10bbf67..3594c58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,8 @@ *.swp *.o -*.hi *.fasl #*# -_cache -_site -_sitebeta -site -dist/ -.cabal-sandbox/ -cabal.sandbox.config +/_cache +/_site +/_logs /config.lisp -- 1.7.10.4