From aee8bd2da76f932eb7df244008bfed5949dadbc4 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Sat, 13 Oct 2018 23:36:08 +0200 Subject: .gitignore --- .gitignore | 5 +++-- .projectile | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 803c19e..9659114 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ -dist/ -dist-newstyle/ +dist*/ *~ /.cabal-sandbox/ add-source-timestamps package.cache cabal.sandbox.config +cabal.project.local +.ghc.environment.* # Mac OS generates # .DS_Store *.o diff --git a/.projectile b/.projectile index a6163de..738794d 100644 --- a/.projectile +++ b/.projectile @@ -1,2 +1,2 @@ --/dist-newstyle/ --/dist/ \ No newline at end of file +-dist* +-/.ghc.environment.* \ No newline at end of file -- cgit v1.2.3