diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 47c274db4ec4..a2f7e636e565 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,29 @@ -/target -**/*.rs.bk -debug.log +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.* + +# from nix-build +result + +# grr +*_flymake.hs |