diff options
Diffstat (limited to 'users/grfn/xanthous/.gitignore')
-rw-r--r-- | users/grfn/xanthous/.gitignore | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/users/grfn/xanthous/.gitignore b/users/grfn/xanthous/.gitignore new file mode 100644 index 000000000000..74014978ffac --- /dev/null +++ b/users/grfn/xanthous/.gitignore @@ -0,0 +1,34 @@ +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 + +# app-specific +debug.log +data |