From b094e318bcc56bb5c54908bc63cceb10cb98a1c4 Mon Sep 17 00:00:00 2001 From: Johannes Lund Date: Fri, 1 Mar 2019 13:40:10 +0100 Subject: [PATCH] Add .gitignore This is the same .gitignore as the one in the old wallet, minus nix stuff, minus db stuff. This gitignore is also the default haskell one from gitignore.io, with the addition of `.ghci`. --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..5500cc0db52 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +### Haskell ### +dist +dist-* +cabal-dev +*.o +*.hi +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +*.eventlog +.stack-work/ +cabal.project.local +cabal.project.local~ +.HTF/ +.ghc.environment.* +.ghci