Idris-dev/.gitignore
Sam Elliott b6d0eacfb6 Add Stackage Configuration for easy building
Using a nightly stackage config to build on GHC 7.10, and there are some
dependencies that are more advanced than the most recent LTS stackage
config. This should just build using `stack build` in the Idris-dev root.
2015-07-25 19:14:28 +01:00

32 lines
382 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
.stack-work