.gitignore 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. # Keep this file in alphabetic order please!
  2. # Sort with the command `sort -uf`
  3. *.agdai
  4. *.aux
  5. *.dump-hi
  6. *.hi
  7. *.hie
  8. *.hie-boot
  9. *.imports
  10. *.lagda.out
  11. *.lagda.pdf
  12. *.log
  13. *.o
  14. *.project.local
  15. *.ptb
  16. *.tmp
  17. *.tmp.*
  18. *~
  19. .*.sw[a-p]
  20. .*.vim
  21. .cabal-sandbox/
  22. .DS_Store
  23. .ghc.environment.*
  24. .ghci.local
  25. .stack-work-*/
  26. .stack-work/
  27. .sw[a-p]
  28. .vscode/settings.json
  29. .\#*
  30. /benchmark/Create/hs-import-*
  31. /benchmark/Create/import-*
  32. /benchmark/Create/import0-*
  33. /examples/**/MAlonzo
  34. /examples/compiler/main
  35. /mk/config.mk
  36. /mk/parallel-tests.mk
  37. /notes/style/haskell-style.tex
  38. /src/full/Agda/Syntax/Parser/Lexer.hs
  39. /src/full/Agda/Syntax/Parser/Parser.hs
  40. /src/full/Agda/Syntax/Parser/Parser.info
  41. /src/full/TAGS
  42. /test/**/MAlonzo
  43. /test/Compiler/simple/agda-rts.js
  44. /test/Compiler/simple/highlight-hover.js
  45. /test/Compiler/simple/Erasure-Issue2640
  46. /test/Compiler/simple/Issue4168
  47. /test/Compiler/simple/Issue4168-4185
  48. /test/Compiler/simple/Issue4168-shirr
  49. /test/Compiler/simple/jAgda.*.js
  50. /test/Compiler/simple/Literals
  51. /test/Compiler/simple/ModuleArgs
  52. /test/Compiler/simple/VecReverse
  53. /test/Compiler/simple/VecReverseErased
  54. /test/Compiler/simple/VecReverseHand
  55. /test/Compiler/simple/Word
  56. /test/Compiler/with-stdlib/AllStdLib
  57. /test/Compiler/with-stdlib/agda-rts.js
  58. /test/Compiler/with-stdlib/highlight-hover.js
  59. agda-ffi/dist
  60. agda-stdlib
  61. autom4te.cache
  62. cabal.sandbox.config
  63. config.log
  64. config.status
  65. configure
  66. dist-*/
  67. dist/
  68. doc/user-manual.pdf
  69. exec-test*
  70. hlint-report.html
  71. jAgda.*.js
  72. module-dependency-graph.dot
  73. module-dependency-graph.pdf
  74. pkg-build*
  75. stack.yaml
  76. stack*.yaml.lock
  77. trash.txt
  78. \#*\#