You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

25 lines
261 B

7 years ago
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Haskell template
  3. dist
  4. dist-*
  5. cabal-dev
  6. *.o
  7. *.hi
  8. *.chi
  9. *.chs.h
  10. *.dyn_o
  11. *.dyn_hi
  12. .hpc
  13. .hsenv
  14. .cabal-sandbox/
  15. cabal.sandbox.config
  16. *.prof
  17. *.aux
  18. *.hp
  19. *.eventlog
  20. .stack-work/
  21. cabal.project.local
  22. .HTF/
  23. *.iml
  24. .idea/