diff options
author | Griffin Smith <root@gws.fyi> | 2019-08-25T17·28-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-08-25T17·28-0400 |
commit | d3f3890dc5408581eb6181125c871d1cf2c0e18f (patch) | |
tree | ed6d9e396e6c732b1bce27ea6962ce408b59f218 /.gitignore | |
parent | fb0d1b3e66251aa56a3df1d05fd4b82b33380a31 (diff) |
An @-sign in a box, in haskell
Initial commit of a Haskell version of Xanthous, written using Brick and built with Nix. This is so much nicer and so much easier
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 |