nix-tree/.gitignore
Utku Demir 415a0acb62
Stop using flakes
It was requiring nixUnstable or a compatibility shim, while not providing much in this project.
2021-05-05 23:51:34 +12:00

27 lines
238 B
Plaintext

# nix
result
result-*
# haskell
dist
dist-newstyle
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
.HTF/
.ghc.environment.*