mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-14 03:14:14 +03:00
a273d83297
When running sandboxed it is recommended to use a local cabal.config for user settings as cabal.sandbox.config is autogenerated.
31 lines
370 B
Plaintext
31 lines
370 B
Plaintext
dist
|
|
cabal-dev/
|
|
.cabal-sandbox
|
|
cabal.sandbox.config
|
|
cabal.config
|
|
.hsenv
|
|
*.ibc
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.dll
|
|
*.dylib
|
|
*.swp
|
|
*~
|
|
.DS_Store
|
|
.hpc
|
|
*.tix
|
|
.projectile
|
|
.dir-locals.el
|
|
custom.mk
|
|
libs/base/base_doc/
|
|
libs/effects/effects_doc/
|
|
libs/prelude/prelude_doc/
|
|
libs/contrib/contrib_doc/
|
|
test/output
|
|
test/*[0-9][0-9][0-9]/output
|
|
test/*[0-9][0-9][0-9]/*.exe
|
|
tags
|
|
TAGS
|
|
src/Version_idris.hs
|