diff options
author | Andreas Grois <andi@grois.info> | 2022-12-01 22:25:37 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2022-12-01 22:27:01 +0100 |
commit | 84f908e3e56e1463f246a5aef4b92fc341246026 (patch) | |
tree | 55d4fdca33c4b2d0da59bbc5106134bd312fe281 /.gitignore |
Day1 Initial
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f01b768 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +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.*
\ No newline at end of file |