diff options
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | .projectile | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -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 |