From 2201276f85a5a480cc4ef7953811ac04238bed65 Mon Sep 17 00:00:00 2001 From: Joris Dral Date: Thu, 9 May 2024 11:58:06 +0200 Subject: [PATCH] Use Haskell.gitignore --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.gitignore b/.gitignore index c9bfd69851..9614c9a46a 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,28 @@ launch-* cabal.project.consensus ouroboros-consensus-cardano/test/tools-test/disk/chaindb/ + +# https://github.com/github/gitignore/blob/main/Haskell.gitignore +dist +dist-* +cabal-dev +*.o +*.hi +*.hie +*.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.* \ No newline at end of file