From c26a85c5201f6b0d9745ec5a88c8a21084693ae7 Mon Sep 17 00:00:00 2001 From: Takahiro HIMURA Date: Wed, 29 Apr 2020 18:27:47 +0900 Subject: [PATCH] Add cabal nix-style build files to .gitignore --- .gitignore | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8505e57..cb9203c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,12 +7,16 @@ .DS_Store .gdb_history TAGS -# Object files +# Object files, etc *.a *.o *.so *.hi *.p_hi +*.chi +*.chs.h +*.tix +.hpc a.out # autotool autom4te.cache @@ -22,7 +26,8 @@ stamp-h1 Main dist/ cabal-dev/ +.cabal-sandbox/ cabal.sandbox.config -.cabal-sandbox -.stack-work/ -stack.yaml +dist-newstyle/ +.ghc.environment.* +.stack-work