.gitignore 290 B

123456789101112131415161718192021222324252627282930
  1. # Created by https://www.gitignore.io/api/racket,haskell
  2. ### Racket ###
  3. *~
  4. *.bak
  5. compiled/
  6. ### Haskell ###
  7. dist
  8. dist-*
  9. cabal-dev
  10. *.o
  11. *.hi
  12. *.chi
  13. *.chs.h
  14. *.dyn_o
  15. *.dyn_hi
  16. .hpc
  17. .hsenv
  18. .cabal-sandbox/
  19. cabal.sandbox.config
  20. *.prof
  21. *.aux
  22. *.hp
  23. *.eventlog
  24. .stack-work/
  25. cabal.project.local
  26. .HTF/