From 90387939b3070e313aac6fa4859f5c987f72c46f Mon Sep 17 00:00:00 2001 From: Eric Mertens <emertens@gmail.com> Date: Tue, 20 Feb 2018 07:43:09 -0800 Subject: [PATCH] Reinforce .gitignore Fixes #26 --- .gitignore | 40 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3f332fd..d434d64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,37 @@ -GNUmakefile -/dist -ghc.mk +dist/ +dist-*/ +.HTF/ +log/ +.cabal-sandbox/ +.stack-work/ +cabal-dev +*# +*.aux +*.chi +*.chs.h +*.dSYM +*.dylib +*.dyn_hi +*.dyn_o +*.eventlog +*.hi +*.hp +*.o +*.a +*.prof +*.so +*~ +.*.swo +.*.swp +.DS_Store +.hpc +.hsenv +TAGS +cabal.project.local +cabal.sandbox.config +codex.tags +docs +stack.yaml +tags +wip +.ghc.environment.* -- GitLab