From e63b7e7563f5e06a454d0d9ac0365cd2eee39aab Mon Sep 17 00:00:00 2001 From: JohnnyDoesStuff Date: Sat, 14 Sep 2024 11:29:46 +0200 Subject: [PATCH] add working directories to haskel .gitignore --- haskell/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/haskell/.gitignore b/haskell/.gitignore index 1be183c3b0..5d6000be90 100644 --- a/haskell/.gitignore +++ b/haskell/.gitignore @@ -9,3 +9,5 @@ TAGS /.cabal-sandbox/ /cabal.sandbox.config +.stack-work +dist-newstyle