Initialization

This commit is contained in:
Marko Andjelic 2026-01-21 01:23:54 +00:00
commit 0a24ee986c
5 changed files with 366 additions and 0 deletions

42
.gitignore vendored Normal file
View file

@ -0,0 +1,42 @@
# .gitignore
*~
*#
.#*
*rej
*orig
pinentry*
*.hi
*.o
*.a
*\*haskell-process-log*
last_read.txt
# ---> Haskell
dist/
dist-*/
cabal-dev
*.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.*
# Cabal
dist/
dist-*/