.gitignore 680 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Keep this file in alphabetic order please!
  2. .*.sw[a-p]
  3. .*.vim
  4. .cabal-sandbox/
  5. .stack-work/
  6. .DS_Store
  7. .emacs*
  8. .sw[a-p]
  9. *.agdai
  10. *.hi
  11. *.o
  12. *.tmp
  13. *.tmp.*
  14. *~
  15. \#*\#
  16. .\#*
  17. agda-ffi/dist
  18. agda-stdlib
  19. autom4te.cache
  20. cabal.sandbox.config
  21. config.log
  22. config.status
  23. configure
  24. dist/
  25. dist-*/
  26. doc/user-manual.pdf
  27. examples/compiler/main
  28. hlint-report.html
  29. test/**/MAlonzo
  30. examples/**/MAlonzo
  31. mk/config.mk
  32. mk/parallel-tests.mk
  33. notes/style/haskell-style.tex
  34. src/full/Agda/Syntax/Parser/Lexer.hs
  35. src/full/Agda/Syntax/Parser/Parser.hs
  36. src/full/tags
  37. src/full/TAGS
  38. stack.yaml
  39. test/compiler/Main
  40. test/hello
  41. test/latex-backend/succeed/latex/
  42. test/succeed/latex/
  43. test/succeed/Issue1441
  44. exec-test*
  45. pkg-build*